getUnitNames.AffymetrixCdfFile {aroma.affymetrix} | R Documentation |
Gets the names of each unit.
## S3 method for class 'AffymetrixCdfFile': getUnitNames(this, units=NULL, ...)
units |
The units of interest. If NULL , all units are considered. |
... |
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 character
names.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCdfFile
.