AffymetrixCdfFile$findByChipType | R Documentation |
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 class 'AffymetrixCdfFile'
findByChipType(static, chipType, tags=NULL, pattern=NULL, ..., .useAffxparser=TRUE)
chipType |
A |
tags |
An optional |
pattern |
An optional |
... |
Not used. |
.useAffxparser |
If |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.