### Name: stat.confband.text ### Title: Rank genes according to the value of a statistic. ### Aliases: stat.confband.text ### Keywords: manip ### ** Examples library(marray) data(swirl) aveA <- apply(maA(swirl), 1, mean.na) aveM <- apply(maM(swirl), 1, mean.na) stat.confband.text(aveM, aveA, crit1=20, crit2=50, nclass=5)