getUnitTypes.AffymetrixCdfFile {aroma.affymetrix} | 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 NULL , all units are considered. |
map |
A character string specifying the mapping used. |
... |
Not used. |
Once read from file, this information is cached in memory for efficiency.
The cache can be cleared by calling gc(cdf)
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCdfFile
.