getUnitTypes.AffymetrixCdfFile | R Documentation |
Gets the types of a set of units.
## S3 method for class 'AffymetrixCdfFile'
getUnitTypes(this, units=NULL, ..., force=FALSE, .cache=TRUE, verbose=FALSE)
units |
The units of interest. If |
... |
Not used. |
Once read from file, this information is cached in memory for efficiency.
The cache can be cleared by calling gc(cdf)
.
Returns a vector
of integer
s.
For more information see AffymetrixCdfFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.