Locates a CDF file from its chip type.
## Static method (use this):
## AffymetrixCdfFile$findByChipType(chipType, tags=NULL, pattern=NULL, ...,
## .useAffxparser=TRUE)## Don't use the below:
# S3 method for AffymetrixCdfFile
findByChipType(static, chipType, tags=NULL, pattern=NULL, ..., .useAffxparser=TRUE)
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.
For more information see AffymetrixCdfFile
.