Linear Regression Normalization on MA Transformed Data
Source:R/NormalizationMethods.R
rlrMANorm.Rd
Similar to Rlr, but data are MA transformed before normalization, (A = median sample, M = difference of that sample to A). Log2 data should be taken as input (on_raw = FALSE).
Examples
data(tuberculosis_TMT_se)
tuberculosis_TMT_se <- rlrMANorm(tuberculosis_TMT_se, ain = "log2",
aout = "RlrMA", on_raw = FALSE)