performGlobalRLRNormalization {NormalyzerDE} | R Documentation |
Log2 transformed data is normalized by robust linear regression using the function "rlm" from the MASS package.
performGlobalRLRNormalization(rawMatrix)
rawMatrix |
Target matrix to be normalized |
Normalized matrix
data(example_data_only_values_small) normMatrix <- performGlobalRLRNormalization(example_data_only_values)