Description Usage Arguments Details Value
modNormalize
normalizes feature data.
1 | modNormalize(object, MARGIN = c(1, 2))
|
object |
An |
MARGIN |
A numeric vector. The margin by which to normalize.
Provide |
This method normalizes subject and/or feature vectors according to the
formula y = (x - mean(x)) / sd(x)
.
A pre-processed ExprsArray
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.