goodGenesMS(multiExpr,
useSamples = NULL,
useGenes = NULL,
minFraction = 1/2,
minNSamples = ..minNSamples,
minNGenes = ..minNGenes,
verbose = 1, indent = 0)
checkSets
). A vector of
lists, one per set. Each set must contain a component data
that contains the expression data, with
rows corresponding to sFALSE
will be ignored for the missing value counts. Defaults to
using all samples.FALSE
will be ignored. Defaults to
using all genes.TRUE
if the gene is considered good and
FALSE
otherwise. Note that all genes excluded by useGenes
are automatically assigned
FALSE
...minNSamples
and ..minNGenes
are both set to the value 4.
For most data sets, the fraction of missing samples criterion will be much more stringent than the
absolute number of missing samples criterion.goodGenes
, goodSamples
, goodSamplesGenes
for cleaning
individual sets separately;goodSamplesMS
, goodSamplesGenesMS
for additional cleaning of multiple data
sets together.