Arguments
datExpr
expression data. A data frame in which columns are genes and rows ar samples.
minFraction
minimum fraction of non-missing samples for a gene to be considered good.
minNSamples
minimum number of non-missing samples for a gene to be considered good.
minNGenes
minimum number of good genes for the data set to be considered fit for analysis. If
the actual number of good genes falls below this threshold, an error will be issued.
tol
an optional 'small' number to compare the variance against. Defaults to the square of
1e-10 * max(abs(datExpr), na.rm = TRUE)
. The reason of comparing the variance to this number, rather
than
zero, is that the fast way of computing variance
verbose
integer level of verbosity. Zero means silent, higher values make the output
progressively more and more verbose.
indent
indentation for diagnostic messages. Zero means no indentation, each unit adds
two spaces.