readRawData.AffymetrixCelFile | R Documentation |
Gets all or a subset of the fields in a CEL file for all or a subset of the cells.
## S3 method for class 'AffymetrixCelFile'
readRawData(this, indices=NULL, fields=c("xy", "intensities", "stdvs", "pixels"), ...,
drop=FALSE, verbose=FALSE)
indices |
A |
fields |
Names of fields to be retrieved. |
... |
Additional arguments passed to |
drop |
If |
verbose |
A |
Returns a data.frame
of the fields requested (unless dimension dropped).
Neither in-memory nor on-file caching is done by this method.
Henrik Bengtsson
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.