convertUnits.AffymetrixCdfFile {aroma.affymetrix} | R Documentation |
Gets and validates unit indices either by unit names or by a unit indices (validation).
## S3 method for class 'AffymetrixCdfFile': convertUnits(this, units=NULL, keepNULL=FALSE, ...)
units |
Either a character vector with unit names, or an integer
vector with unit indices to be validated.
If NULL , all unit indices are returned. |
keepNULL |
If TRUE , NULL returns NULL . |
... |
Not used. |
Returns an integer
vector
with unit indices.
If some units are non existing, an error is thrown.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCdfFile
.