We recommend CRMA v2 for estimating allele-specific as well total SNP signals from Affymetrix SNP chips.
"doCRMAv2"(csR, combineAlleles=TRUE, lengthRange=NULL, arrays=NULL, plm=c("AvgCnPlm", "RmaCnPlm"), drop=TRUE, verbose=FALSE, ...) "doCRMAv2"(dataSet, ..., verbose=FALSE) "doASCRMAv2"(...)
AffymetrixCelSet
(or the name of an AffymetrixCelSet
).logical
specifying whether allele probe pairs
should be summed before modelling or not.numeric
vector of length two passed
to FragmentLengthNormalization
.character
string specifying which type of
probe-summarization model to used.Verbose
.AffymetrixCelSet
(when argument dataSet
is specified).list
, iff drop == FALSE
, otherwise
only ChipEffectSet
object.
combineAlleles=FALSE
. Total copy number
signals are still available.
If you know for certain that you will not use allele-specific
estimates, you will get slightly less noisy signals
(very small difference) if you use combineAlleles=TRUE
. doASCRMAv2(...)
is a wrapper for
doCRMAv2(..., combineAlleles=FALSE)
.doCRMAv1
().