findByChipType.AffymetrixCdfFile {aroma.affymetrix} | R Documentation |
Locates a CDF file from its chip type.
AffymetrixCdfFile$findByChipType(chipType, tags=NULL, pattern=NULL, ..., .useAffxparser=TRUE)
chipType |
A character string. |
tags |
An optional character vector of tags. |
pattern |
An optional character string. |
... |
Not used. |
.useAffxparser |
If TRUE , findCdf is used if
the CDF could not be located. |
Returns a pathname as a character
string to the first CDF file found.
If non CDF with requested chip type was found, NULL
is returned.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCdfFile
.