### Name: maSelectGnames ### Title: Select genes according to the values of a few different ### statistics ### Aliases: maSelectGnames ### Keywords: manip ### ** Examples X <- matrix(rnorm(1000), 100,10) Xstat <- cbind(mean=apply(X, 1, mean, na.rm=TRUE), var=apply(X, 1, var, na.rm=TRUE)) maSelectGnames(Xstat, crit1=50)