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.
constructs a 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 GTFAnnotation or
GFFAnnotation object |
getFeatureNames | Retrieve unique feature names from GTFAnnotation or
GFFAnnotation object |
getIndex | Return index array of annotations from GTFAnnotation or GFFAnnotation
object |
getRange | Retrieve range of annotations from GTFAnnotation or
GFFAnnotation object |
getReferenceNames | Retrieve reference names from GTFAnnotation or
GFFAnnotation object |
getSubset | Retrieve subset of elements from GTFAnnotation or
GFFAnnotation object |
Examples
Version History
Introduced in R2011b