standardizeSamples {XDE} | R Documentation |
For each study (element) in an ExpressionSetList
object, this
function centers the genes to have mean zero (rows) and scales the
variance of the samples to 1.
standardizeSamples(object, ...)
object |
Object of class ExpressionSetList |
... |
Additional arguments not implemented |
An object of class ExpressionSetList
Requires genefilter package
R. Scharpf