Learn R Programming

aroma.core (version 3.3.1)

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 AromaPlatformInterface
isCompatibleWith(this, udf, ...)

Value

Returns TRUE if compatible and FALSE otherwise.

Arguments

udf

An unit annotation data file.

...

Not used.

Author

Henrik Bengtsson

See Also

*getPlatform(). For more information see AromaPlatformInterface.