GFFAnnotation
Contain General Feature Format (GFF) annotations
Description
 The GFFAnnotation object contains annotations for one or more
      reference sequences, conforming to the GFF file format.
Each element in the object represents an annotation. Use the object properties and methods to filter annotations by feature, reference sequence, or reference sequence position. Use object methods to extract data for a subset of annotations into an array of structures.
Creation
Construct a GFFAnnotation object from a GFF- or GTF-formatted
      file.
Annotobj =
GFFAnnotation(File)GFFAnnotation object Annotobj from
        File. Here, File is a character vector or string
      specifying a GFF- or GTF-formatted file.
Properties
Object Functions
| getData | Create structure containing subset of data from GTFAnnotationorGFFAnnotationobject | 
| getFeatureNames | Retrieve unique feature names from GTFAnnotationorGFFAnnotationobject | 
| getIndex | Return index array of annotations from GTFAnnotationorGFFAnnotationobject | 
| getRange | Retrieve range of annotations from GTFAnnotationorGFFAnnotationobject | 
| getReferenceNames | Retrieve reference names from GTFAnnotationorGFFAnnotationobject | 
| getSubset | Retrieve subset of elements from GTFAnnotationorGFFAnnotationobject | 
Examples
Version History
Introduced in R2011b