validAnnotation {Genominator} | R Documentation |
Checks whether a data.frame satisfy the requirements for an annotation object.
validAnnotation(annoData)
annoData |
A |
This function throws an error if the data.frame is not valid.
James Bullard bullard@berkeley.edu, Kasper Daniel Hansen khansen@berkeley.edu
The Genominator user guide.
data(yeastAnno) validAnnotation(yeastAnno)