Learn R Programming

Genominator (version 1.26.0)

validAnnotation: Check for validity of a annotation object.

Description

Checks whether a data.frame satisfy the requirements for an annotation object.

Usage

validAnnotation(annoData)

Arguments

annoData
A data.frame.

Value

This function throws an error if the data.frame is not valid.

See Also

The Genominator user guide.

Examples

Run this code
data(yeastAnno)
validAnnotation(yeastAnno)

Run the code above in your browser using DataLab