Last chance! 50% off unlimited learning
Sale ends in
AffyBatch
.preprocess(object, subset=NULL, normalize=TRUE, background=TRUE,
background.method="RMA.2", normalize.method="quantile",
background.param=list(), normalize.param=list(),
verbosity.level=0)
AffyBatch
TRUE
normalize data using
quantile normalizationTRUE
background correct
using RMA background correctionAffyBatch
threestep
are supported by this function.expresso
, rma
if (require(affydata)) {
data(Dilution)
# should be equivalent to the bg and norm of rma()
abatch.preprocessed <- preprocess(Dilution)
}
Run the code above in your browser using DataLab