got different gene expression data from RMA
2
0
Entering edit mode
@meiyingaounibasch-2362
Last seen 10.6 years ago
I have one problem for the RMA! I got three datasets using different RMA way in R: from the .CEL files, 1, justRMA() d <- ReadAffy() 2, expresso(d, bgcorrect.method="rma", normalize.method="quantiles", pmcorrect.method="pmonly", summary.method="medianpolish") 3, bgd <- bg.correct(d,method="rma") probes <- pm(bgd) expression <- generateExprVal.method.medianpolish(probes)$exprs data <- normalize.quantiles(expression) As the results, I got three datasets. I was thinking that these three datasets should be identical because they were obtained from the same procedures! But, the first and second gene expression data are identical, the third gene expression data are different with the other two. Why the third data expression is different? How I can progress and get the data the same as the first two datasets! Thanks a lot, and I am looking forward to hearing the solution soon! regards, meiyin
• 949 views
ADD COMMENT
0
Entering edit mode
@benilton-carvalho-1375
Last seen 5.1 years ago
Brazil/Campinas/UNICAMP
normalization comes before summarization (median polish). b On Sep 5, 2007, at 10:14 AM, Meiyin.Gao at unibas.ch wrote: > > I have one problem for the RMA! > > I got three datasets using different RMA way in R: > > from the .CEL files, > > 1, justRMA() > > d <- ReadAffy() > 2, expresso(d, bgcorrect.method="rma", normalize.method="quantiles", > pmcorrect.method="pmonly", > summary.method="medianpolish") > 3, > > bgd <- bg.correct(d,method="rma") > probes <- pm(bgd) > expression <- generateExprVal.method.medianpolish(probes)$exprs > data <- normalize.quantiles(expression) > > As the results, I got three datasets. I was thinking that these > three datasets > should be identical because they were obtained from the same > procedures! > > But, the first and second gene expression data are identical, the > third gene > expression data are different with the other two. > > Why the third data expression is different? How I can progress and > get the data > the same as the first two datasets! > > Thanks a lot, and I am looking forward to hearing the solution soon! > regards, > meiyin > > _______________________________________________ > 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
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 16 minutes ago
United States
Meiyin.Gao at unibas.ch wrote: > I have one problem for the RMA! > > I got three datasets using different RMA way in R: > > from the .CEL files, > > 1, justRMA() > > d <- ReadAffy() > 2, expresso(d, bgcorrect.method="rma", normalize.method="quantiles", > pmcorrect.method="pmonly", summary.method="medianpolish") > 3, > > bgd <- bg.correct(d,method="rma") > probes <- pm(bgd) > expression <- generateExprVal.method.medianpolish(probes)$exprs > data <- normalize.quantiles(expression) > > As the results, I got three datasets. I was thinking that these three datasets > should be identical because they were obtained from the same procedures! > > But, the first and second gene expression data are identical, the third gene > expression data are different with the other two. In the first two cases you are doing a quantile normalization first (using the PM data). In the third case you are normalizing after the median polish step. Best, Jim > > Why the third data expression is different? How I can progress and get the data > the same as the first two datasets! > > Thanks a lot, and I am looking forward to hearing the solution soon! > regards, > meiyin > > _______________________________________________ > 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 University of Michigan Affymetrix and cDNA Microarray Core 1500 E Medical Center Drive Ann Arbor MI 48109 734-647-5623
ADD COMMENT

Login before adding your answer.

Traffic: 1343 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