extractAffyBatch.AffymetrixCelSet | 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 |
verbose |
See |
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
Internally read.affybatch
is used to read the data.
For more information see AffymetrixCelSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.