performCyclicLoessNormalization | R Documentation |
Log2 transformed data is normalized by Loess method using the function "normalizeCyclicLoess". Further information is available for the function "normalizeCyclicLoess" in the Limma package.
performCyclicLoessNormalization(rawMatrix, noLogTransform = FALSE)
rawMatrix |
Target matrix to be normalized |
noLogTransform |
Assumes no need for log transformation |
Normalized matrix
data(example_data_only_values_small)
normMatrix <- performCyclicLoessNormalization(example_data_only_values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.