View source: R/NormalizationMethods.R
NormData | R Documentation |
Initialize a new NormData object
NormData(
data,
rowOffsets = NULL,
rowScaleFactors = NULL,
colOffsets = NULL,
colScaleFactors = NULL
)
data |
expression data matrix |
rowOffsets |
offsets to be subtracted from each row |
rowScaleFactors |
factors to scale each row |
colOffsets |
offsets to be subtracted from each column |
colScaleFactors |
factors to scale each column |
NormData object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.