GFFutils {ann.Dmelanogaster.FlyBase.r51}R Documentation

GFF utility functions

Description

Some functions to read a GFF file and extract the exon and gene information from it.

Usage

  gff.read(file, nrows=-1, verbose=FALSE)
  gff.extract.gene(gff)
  gff.extract.exonParentFeatures(gff)
  gff.extract.exon(gff)

Arguments

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.

Details

Value

Author(s)

H. Pages

See Also

Examples






[Package ann.Dmelanogaster.FlyBase.r51 version 0.2.0 Index]