Description Usage Arguments Value Examples
Intensity of each variable in a given sample is divided by the mean of sum of intensities of all variables in the sample and then multiplied by the mean of sum of intensities of all variables in all samples. The normalized data is then transformed to log2.
1 | meanNormalization(rawMatrix, noLogTransform = FALSE)
|
rawMatrix |
Target matrix to be normalized |
noLogTransform |
Assumes no need for log transformation |
Normalized and log-transformed matrix
1 2 | data(example_data_only_values_small)
normMatrix <- meanNormalization(example_data_only_values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.