eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Fields
GtfList Struct Reference

A list that holds geneDicts. More...

#include <GtfList.h>

Data Fields

PyListObject list
 The underlying list object.
 

Detailed Description

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

Note
This object is a subclass of the Python list object
See also
GtfDict

Field Documentation

◆ list

GtfList::list

The underlying list object.


The documentation for this struct was generated from the following file: