Gets all or a subset of the fields in a CEL file for all or a subset of the cells.
# S3 method for AffymetrixCelFile
readRawData(this, indices=NULL, fields=c("xy", "intensities", "stdvs", "pixels"), ...,
drop=FALSE, verbose=FALSE)
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
.