Description Usage Arguments Value Author(s) See Also Examples
Centers each study in a list so that the average expression value of each stuy is zero
1 | studyCenter(object)
|
object |
An object of class |
An object of class ExpressionSetList
R. Scharpf
geneCenter
, ExpressionSetList-class
1 2 3 | data(expressionSetList)
centered <- studyCenter(expressionSetList)
lapply(centered, function(object) round(mean(exprs(object)), 4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.