[BioC] question about RMA normalized gene expression values

James W. MacDonald jmacdon at med.umich.edu
Wed Jan 20 19:04:07 CET 2010


Hi James,

James Anderson wrote:
> Hi, 
> 
> Do different arrays have identical distribution in probe set level after RMA normalization? Since RMA does quantile normalization in probe level, the distribution in probe level should be identical. Does the median polish summarization (which summarizes the expression value from probe level to probe set level) make the distribution different from each other? 

You can test this for yourself.

biocLite("affydata")
library(affydata)
data(Dilution)
hist(Dilution)
a <- normalize(Dilution)
hist(a)
eset <- rma(Dilution)
plotDensity(exprs(eset))

Best,

Jim


> 
> Thanks,
> 
> -James
> 
> 
> 
>       
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor

-- 
James W. MacDonald, M.S.
Biostatistician
Douglas Lab
University of Michigan
Department of Human Genetics
5912 Buhl
1241 E. Catherine St.
Ann Arbor MI 48109-5618
734-615-7826
**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues 



More information about the Bioconductor mailing list