performGlobalRLRNormalization {NormalyzerDE} | R Documentation |
Log2 transformed data is normalized by robust linear regression using the function "rlm" from the MASS package.
performGlobalRLRNormalization(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 <- performGlobalRLRNormalization(example_data_only_values)