eccLib 1.1.0
Python library for bioinformatics written in C
|
A list that holds geneDicts. More...
#include <GtfList.h>
Data Fields | |
PyListObject | list |
The underlying list object. | |
A list that holds geneDicts.
The GtfList object is a list that holds geneDicts. It is used to store the parsed GTF data. It exists to provide type checking and to allow for easy processing method implementation
GtfList::list |
The underlying list object.