|
Antonie
|
Provides GeneAnnotation objects as read from a GFF3 file. More...
#include <geneannotated.hh>
Public Member Functions | |
| GeneAnnotationReader (const std::string &fname) | |
| Parse GFF3 from fname. | |
| std::vector< GeneAnnotation > | lookup (uint64_t pos) |
| Get all annotations for pos. | |
| uint64_t | size () const |
| Number of annotations known. | |
Provides GeneAnnotation objects as read from a GFF3 file.
| GeneAnnotationReader::GeneAnnotationReader | ( | const std::string & | fname | ) |
Parse GFF3 from fname.
| vector< GeneAnnotation > GeneAnnotationReader::lookup | ( | uint64_t | pos | ) |
Get all annotations for pos.
| uint64_t GeneAnnotationReader::size | ( | ) | const [inline] |
Number of annotations known.
1.7.6.1