Entering edit mode
sanges@biogem.it
▴
90
@sangesbiogemit-668
Last seen 10.2 years ago
I' m planning to test vsn normalization on affymetrix arrays
with RMA background correction.
But from the vsn vignette and other messages in this list
it seems to me that vsn on affymetrix chips is used without
background correction:
e=expresso(data,bg.correct=FALSE,normalize.method="vsn",pmcorrect.meth
od
="pmonly",summary.method="medianpolish")
There is a reason for this?
Is it wrong to use expresso in this way:
e=expresso(data,bg.correct="rma",normalize.method="vsn",pmcorrect.meth
od
="pmonly",summary.method="medianpolish") ?
Thank you
Remo