Description Usage Arguments Value Examples
Normalize data the assay data.
1 2 | normalizeData(object, sample.norm.method = "scale_common_factor",
column.scale.factor = 1e+06)
|
object |
A |
sample.norm.method |
Method for sample normalization.
Currently supports only scaling to a common factor,
"scale_common_factor" which with |
column.scale.factor |
Sets the scale factor for sample-level normalization |
Returns TimeSeriesExperiment
object after normalization.
Normalized data is stored data
slot.
1 2 3 4 | data("endoderm_small")
names(assays(endoderm_small))
endoderm_small <- normalizeData(endoderm_small)
assays(endoderm_small)$norm[1:10, 1:6]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.