## S3 method for class 'AffymetrixCelSet':
doFIRMA(csR, ..., flavor=c("v1b", "v1a"), drop=TRUE, verbose=FALSE)
## S3 method for class 'default':
doFIRMA(dataSet, ..., verbose=FALSE)
AffymetrixCelSet
(or the name of an AffymetrixCelSet
).FirmaModel
,
and to set up AffymetrixCelSet
(when
argument dataSet
is specifiecharacter
string specifying the flavor of FIRMA to use.Verbose
.setCdf(csR, cdf)
.
Do not set the standard "non-supported" Affymetrix CDF
(see also Section 'Flavors').flavor == "v1b"
(default), then the standard
"non-supported" Affymetrix CDF is used for background correction
and the quantile normalization steps, and the custom CDF
is used for the probe summarization and everything that follows.
The advantage of this flavor is that those two first preprocessing
steps will remain the same if one later changes to a different
custom CDF. If flavor == "v1a"
, then the custom CDF is used throughout
all steps of FIRMA, which means that if one changes the custom CDF
all steps will be redone.