Class: Bio::GFF::GFF3

Inherits:
Bio::GFF show all
Defined in:
lib/bio/db/gff.rb

Overview

DESCRIPTION

Represents version 3 of GFF specification. Is completely implemented by the Bio::GFF class. For more information on version GFF3, see flybase.bio.indiana.edu/annot/gff3.html

Constant Summary collapse

VERSION =
3

Instance Attribute Summary

Attributes inherited from Bio::GFF

#records

Method Summary

Methods inherited from Bio::GFF

#initialize

Constructor Details

This class inherits a constructor from Bio::GFF