An open API service indexing awesome lists of open source software.

https://github.com/jokergoo/gtf

Simple class to process GTF data
https://github.com/jokergoo/gtf

Last synced: 3 months ago
JSON representation

Simple class to process GTF data

Awesome Lists containing this project

README

        

This package aims to provide another structure to store transcriptome data in GTF format as a nested list:

```
gene->tx->exon
->CDS
->...
```