## S3 method for class 'AffymetrixCelSet':
doCRMAv1(csR, shift=+300, combineAlleles=TRUE, lengthRange=NULL, arrays=NULL, drop=TRUE,
verbose=FALSE, ...)
## S3 method for class 'default':
doCRMAv1(dataSet, ..., verbose=FALSE)
## S3 method for class 'default':
doASCRMAv1(...)
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
.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
. doASCRMAv1(...)
is a wrapper for
doCRMAv1(..., combineAlleles=FALSE)
.
doCRMAv2
().