Scaling Before Anova?
3
2
Entering edit mode
13.2 years ago
Rossella ▴ 370

Hi, I want to perform an anova analysis for identifying differentially expressed genes. Should I scale the data using quantile normalization or median absolute deviation before looking for differentially expressed genes or should I apply anova directly on data obtained through RMA? I am working with Affymetrix single channel microarrays.

Thanks a lot in advance

data • 5.7k views
ADD COMMENT
3
Entering edit mode
13.2 years ago
User 59 13k

For completeness here's the answer I already posted to your query on StackOverflow

You can apply ANOVA after RMA, since it includes background adjustment, summarisation and quantile normalisation steps (see here). For non-Affy data, something along the lines of log transformation/quantile normalisation or VST (variance stablilising transformation)/RSN (robust spline normalisation) for Illumina data could be used prior to ANOVA.

By the way you will also want to do some filtering on the data after RMA and prior to ANOVA to remove probesets of low variance. If you're working in R you will want to look at genefilter.

ADD COMMENT
1
Entering edit mode
13.2 years ago
Michael 54k

The RMA preprocessing step most likely already involved normalization, at least if performed by running rma via expresso or justRMA from the affy package.

ADD COMMENT
0
Entering edit mode

Absolutely, it's quantile normalisation, to be precise.

ADD REPLY
0
Entering edit mode
13.2 years ago

RMA should be enough for normalisation. But you should do some quality control and possibly filtering of bad data before you continue. There are many Bioconductor packages that help you do that We try to offer some guidance on arrayanalysis.org.

ADD COMMENT

Login before adding your answer.

Traffic: 2000 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6