normalizeData {TimeSeriesExperiment} | R Documentation |
Normalize data the assay data.
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.
data("endoderm_small") names(assays(endoderm_small)) endoderm_small <- normalizeData(endoderm_small) assays(endoderm_small)$norm[1:10, 1:6]