validAnnotation {Genominator}R Documentation

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.

Author(s)

James Bullard bullard@berkeley.edu, Kasper Daniel Hansen khansen@berkeley.edu

See Also

The Genominator user guide.

Examples

data(yeastAnno)
validAnnotation(yeastAnno)

[Package Genominator version 1.34.0 Index]