I want to perform RMA normalization on a data frame, how should I proceed? Should I perform each step individually using the limma package??
Parin Vyas
Dear all,
Sorry for such a basic question, but I got confused. As far as I know, the RMA method implemented in affy package is a standard method for microarray data normalization. Could you let me know if the main code data.rma.norm = rma(raw.data) normalize data in three stages, background correction, quantile normalization, and log2 transformation? So the output of the above code is log2 expression value, yes? or there is another story?
Many thanks
Yes, on default settings, it will perform:
By the way, you may want to switch over to oligo::rma(), which is more 'transportable'.
Kevin
Log in to answer this question.