extractAffyBatch.AffymetrixCelSet {aroma.affymetrix} | R Documentation |
Extracts an in-memory AffyBatch object from the CEL set. Note that any modifications done to the extract object will not be reflected in the original CEL set.
## S3 method for class 'AffymetrixCelSet': extractAffyBatch(this, ..., verbose=FALSE)
... |
Argument passed to ReadAffy()
(read.affybatch ). |
verbose |
See Verbose . |
Since the affy package is making use of special CDF environment packages, this method will warn if the needed package is missing and explain that affy will later try to download and install it automatically.
Returns an AffyBatch-class
object.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCelSet
.