doACNE {ACNE} | R Documentation |
(ACNE)
Description
(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.
Usage
## S3 method for class 'AffymetrixCelSet'
doACNE(csR, fln=FALSE, drop=TRUE, verbose=FALSE, ...)
## Default S3 method:
doACNE(dataSet, ..., verbose=FALSE)
Arguments
csR , dataSet |
An |
fln |
If |
drop |
If |
verbose |
See |
... |
Additional arguments used to set up |
Value
Returns a named list
, iff drop == FALSE
, otherwise
a named list
of AromaUnitTotalCnBinarySet
and AromaUnitFracBCnBinarySet
.
Author(s)
Henrik Bengtsson
References
[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].