findByChipType.AffymetrixCdfFile: Locates a CDF file from its chip type

AffymetrixCdfFile$findByChipTypeR Documentation

Locates a CDF file from its chip type

Description

Locates a CDF file from its chip type.

Usage

## 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)

Arguments

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.

Value

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.

See Also

For more information see AffymetrixCdfFile.


HenrikBengtsson/aroma.affymetrix documentation built on Feb. 20, 2024, 9:07 p.m.