doRMA {aroma.affymetrix} | R Documentation |
Robust Multichip Analysis (RMA)
Description
Robust Multichip Analysis (RMA) 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.
The method replicates the results of fitPLM
(package affyPLM) with great precision.
Usage
## S3 method for class 'AffymetrixCelSet'
doRMA(csR, arrays=NULL, flavor=c("affyPLM", "oligo"), uniquePlm=FALSE, drop=TRUE,
verbose=FALSE, ...)
## Default S3 method:
doRMA(dataSet, ..., verbose=FALSE)
Arguments
csR , dataSet |
An |
arrays |
A |
flavor |
A character string specifying what model fitting algorithm to be used, cf. |
uniquePlm |
If |
drop |
If |
verbose |
See |
... |
Additional arguments used to set up |
Value
Returns a named list
, iff drop == FALSE
, otherwise
only ChipEffectSet
object.
Author(s)
Henrik Bengtsson
References
[1] Irizarry et al.
Summaries of Affymetrix GeneChip probe level data.
NAR, 2003, 31, e15.