|
eccLib 1.1.0
Python library for bioinformatics written in C
|
Functions used in the eccLib module. More...
Functions | |
| PyObject * | parseFasta (PyObject *self, PyObject *args, PyObject *restrict kwargs) |
| Python function that parses provided raw FASTA content. | |
| PyObject * | parseGTF (PyObject *restrict self, PyObject *restrict args, PyObject *restrict kwargs) |
| Python function for parsing raw GTF file contents. | |
Functions used in the eccLib module.
Contains the declarations of the functions used in the eccLib module, these are directly called from Python
| PyObject * parseFasta | ( | PyObject * | self, |
| PyObject * | args, | ||
| PyObject *restrict | kwargs | ||
| ) |
Python function that parses provided raw FASTA content.
| self | the eccLib library object. Unused here |
| args | the passed argument tuple. Doesn't steal reference. |
| kwargs | the passed keyword arguments. Doesn't steal reference. |

| PyObject * parseGTF | ( | PyObject *restrict | self, |
| PyObject *restrict | args, | ||
| PyObject *restrict | kwargs | ||
| ) |
Python function for parsing raw GTF file contents.
| self | the eccLib library object. Unused entirely |
| args | the passed arguments tuple. Doesn't steal reference |
| kwargs | the passed keyword arguments. Doesn't steal reference |
