View source: R/clusteringPhase.R
normalizeDiscovrExperiment | R Documentation |
Normalize marker expression within a DISCOV-R experiment
normalizeDiscovrExperiment(
experiment,
normalizationInfo = NULL,
defaultNormalizationMethod = "zScore",
seed = 12345,
verbose = TRUE
)
experiment |
A discovrExperiment created using
|
normalizationInfo |
(default: NULL) Optional object containing
information on how to normalize. If left NULL, the |
defaultNormalizationMethod |
(default: "zScore") A character string, the
normalization method to use for markers without another method specified.
Options are the same as in |
seed |
(default: 12345) Numeric, the random number seed for warpSet
normalization, passed to |
verbose |
(default: TRUE) A logical specifying whether to display processing messages |
An S3 object of class discovrExperiment
, with additional
elements named "mergedExprNormalizedScaled" and
"clusterMeansNormalizedScaled". If the normalization methods were not taken
from experiment$markerInfo$normalizationMethod
, the normalization
method for each marker will be stored there.
Matt Dufort
discovrExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.