extractMatrix.AffymetrixCelSet | R Documentation |
Extract data as a matrix for a set of arrays.
## S3 method for class 'AffymetrixCelSet'
extractMatrix(this, cells=NULL, ..., field=c("intensities", "stdvs", "pixels"),
drop=FALSE, verbose=FALSE)
cells |
(The subset of cells to be matched.
If |
... |
Not used. |
field |
The field to be extracted. |
drop |
If |
verbose |
See |
Returns an JxK double
matrix
where J is the number of units,
and K is the number of arrays.
The names of the columns are the names of the arrays.
No names are set for the rows.
The rows are ordered according to cells
argument.
Henrik Bengtsson, Mark Robinson
For more information see AffymetrixCelSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.