(ACNE) based on [1]. The algorithm is processed in bounded memory, meaning virtually any number of arrays can be analyzed on also very limited computer systems.
# S3 method for AffymetrixCelSet
doACNE(csR, fln=FALSE, drop=TRUE, verbose=FALSE, ...)
# S3 method for default
doACNE(dataSet, ..., verbose=FALSE)
Returns a named list
, iff drop == FALSE
, otherwise
a named list
of AromaUnitTotalCnBinarySet
and AromaUnitFracBCnBinarySet
.
An AffymetrixCelSet
(or the name of an
AffymetrixCelSet
).
If TRUE
, CRMAv2-style PCR fragment-length normalization
is performed, otherwise not.
If TRUE
, the RMA summaries are returned, otherwise
a named list
of all intermediate and final results.
See Verbose
.
Additional arguments used to set up AffymetrixCelSet
(when argument dataSet
is specified).
Henrik Bengtsson
[1] M. Ortiz-Estevez, H. Bengtsson, A. Rubio, ACNE: a summarization method to estimate allele-specific copy numbers for Affymetrix SNP arrays, Bioinformatics, 2010 [PMC2913655].