This is a test version of Biostars. For the public version, visit https://www.biostars.org.
microarray data analysis

hello, i am working on microarray data set and trying to find out differentially expressed genes. i have normalize microarray data using rma algorithm. i want to calculate fold change for selection of differentially expressed genes. rma algorithm give log2 transformed value, i am not confirm. then how i can calculate fold change?

microaaray

FYI, Intensity values are log transformed in last step of RMA i.e summarization.

1 answer

Most normalization algorithms (all ?) give log2 expression value 0-16. You can use these values to find differential genes implementing methods like limma. You might be interested to check following links

Log in to answer this question.