Description Usage Arguments Value Examples
Log2 transformed data is normalized by robust linear regression using the function "rlm" from the MASS package.
1 | performGlobalRLRNormalization(rawMatrix, noLogTransform = FALSE)
|
rawMatrix |
Target matrix to be normalized |
noLogTransform |
Assumes no need for log transformation |
Normalized matrix
1 2 | data(example_data_only_values_small)
normMatrix <- performGlobalRLRNormalization(example_data_only_values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.