Entering edit mode
Hi,
I figured out how to compute RMA expression measure using expresso():
eset<-expresso(Dilution, bgcorrect.method="rma",
normalize.method="quantiles", pmcorrect.method="pmonly",
summary.method="medianpolish")
But, how do I compute MAS5.0 and dChip expression measure using
expresso()? The help page of expresso() doesn't show all the available
options for arguments bgcorrect.method, normalize.method,
pmcorrect.method and summary.method.
And where can I find all the available options for these argument?
Thank you,
John