Hi there,
I've a question regarding to RMA in aroma:
In a first step we've compared the normalization method used in aroma
with the method used in the Affymetrix Powertools which gave us
identical results. (500K chip) ("QuantileNormalization(cs)" vs "apt-
cel-transformer")
So in a next step we wanted to test median polish as well (standard
flavor) on this data and compared it again to Affymetrix (using "apt-
probeset-summarize" with med-polish,expr.genotype=true). We tried hard
and tested a lot of configurations but we've never got the same
results. (Same trend, but slightly different in the digits after the
comma).
R-script, quite straight forward:
cdf <- AffymetrixCdfFile$byChipType("Mapping250K_Nsp");
cs <- AffymetrixCelSet$byName("testset", cdf=cdf);
qn <- QuantileNormalization(cs);
csN <- process(qn);
plm <- RmaPlm(csN);
 fit(plm);
The background correction was omitted in both scripts
Any ideas?
Thanks for your help
Sebastian

-- 
When reporting problems on aroma.affymetrix, make sure 1) to run the latest 
version of the package, 2) to report the output of sessionInfo() and 
traceback(), and 3) to post a complete code example.


You received this message because you are subscribed to the Google Groups 
"aroma.affymetrix" group with website http://www.aroma-project.org/.
To post to this group, send email to aroma-affymetrix@googlegroups.com
To unsubscribe and other options, go to http://www.aroma-project.org/forum/

Reply via email to