GFFutils {ann.Dmelanogaster.FlyBase.r51} | R Documentation |
Some functions to read a GFF file and extract the exon and gene information from it.
gff.read(file, nrows=-1, verbose=FALSE) gff.extract.gene(gff) gff.extract.exonParentFeatures(gff) gff.extract.exon(gff)
file |
The GFF file to read. |
nrows |
The number of rows (GFF records) to read. |
verbose |
If TRUE then gff.read will print the number of records
effectively read.
|
gff |
The GFF table (data frame) returned by gff.read .
|
H. Pages