Learn R Programming

aroma.core (version 2.14.0)

getUnitAnnotationDataFile.AromaPlatformInterface: Gets a unit annotation data file of a particular class

Description

Gets a unit annotation data file of a particular class for this AromaPlatformInterface.

Usage

## S3 method for class 'AromaPlatformInterface':
getUnitAnnotationDataFile(this, ..., className, force=FALSE, verbose=FALSE)

Arguments

...
Additional arguments passed to byChipType() for the class of interest.
className
A character string specifying the class of interest.
force
If TRUE, any cached results are ignored, otherwise not.
verbose
The Verbose to be used during processing.

Value

  • Returns TRUE if compatible and FALSE otherwise.

See Also

*getPlatform(). For more information see AromaPlatformInterface.