AffyBatch into an
PLMset using a three step expression measure.threestepPLM(object,subset=NULL, normalize=TRUE, background=TRUE,
background.method="RMA.2", normalize.method="quantile",
summary.method="median.polish", background.param = list(),
normalize.param=list(), output.param=list(),
model.param=list(), verbosity.level=0)AffyBatchTRUE normalize data using
quantile normalizationTRUE background correct
using RMA background correctionPLMsetPLMset. The most important
difference is that the PLMset allows you to access the residuals
which the threestep function does not do.expresso,
rma, threestep,
rmaPLM, fitPLMif (require(affydata)) {
data(Dilution)
# should be equivalent to rma()
eset <- threestepPLM(Dilution)
}Run the code above in your browser using DataLab