isPm.AffymetrixCdfFile | R Documentation |
Checks which cells (probes) are PMs and not.
## S3 method for class 'AffymetrixCdfFile'
isPm(this, units=NULL, force=FALSE, cache=TRUE, ..., verbose=FALSE)
units |
The units to be read. If |
... |
Additional arguments passed to |
force |
If |
cache |
If |
verbose |
A |
Returns a logical
vector
of length K, where K equals the total number
of cells in the requested units. Note that the cells are ordered as
they occur in the units, that is, not in incremental order.
This method caches a logical
vector
of length N, when N equals the
number of cells on the array. The size of this vector is approximately
4*N bytes. The vector indicates if a cell is a PM or not.
For more information see AffymetrixCdfFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.