doACNE | R Documentation |
(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 class 'AffymetrixCelSet'
doACNE(csR, fln=FALSE, drop=TRUE, verbose=FALSE, ...)
## Default S3 method:
doACNE(dataSet, ..., verbose=FALSE)
csR , dataSet |
An |
fln |
If |
drop |
If |
verbose |
See |
... |
Additional arguments used to set up |
Returns a named list
, iff drop == FALSE
, otherwise
a named list
of AromaUnitTotalCnBinarySet
and AromaUnitFracBCnBinarySet
.
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].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.