Learn R Programming

aroma.core (version 2.14.0)

isCompatibleWith.AromaPlatformInterface: Checks if a particular unit annotation data file is compatible

Description

Checks if a particular unit annotation data file is compatible with this AromaPlatformInterface class.

Usage

## S3 method for class 'AromaPlatformInterface':
isCompatibleWith(this, udf, ...)

Arguments

udf
An unit annotation data file.
...
Not used.

Value

  • Returns TRUE if compatible and FALSE otherwise.

See Also

*getPlatform(). For more information see AromaPlatformInterface.