doGCRMA | R Documentation |
Robust Multichip Analysis (GCRMA) 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 gcrma
(package gcrma) with great precision.
## S3 method for class 'AffymetrixCelSet'
doGCRMA(csR, arrays=NULL, type=c("fullmodel", "affinities"), uniquePlm=FALSE, drop=TRUE,
verbose=FALSE, ...)
## Default S3 method:
doGCRMA(dataSet, ..., verbose=FALSE)
csR , dataSet |
An |
arrays |
A |
type |
A |
uniquePlm |
If |
drop |
If |
verbose |
See |
... |
Additional arguments used to set up |
Returns a named list
, iff drop == FALSE
, otherwise
only ChipEffectSet
object.
Henrik Bengtsson
[1] Z. Wu, R. Irizarry, R. Gentleman, F.M. Murillo & F. Spencer.
A Model Based Background Adjustment for Oligonucleotide
Expression Arrays, JASA, 2004.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.