Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
Simple class to process GTF data
- Host: GitHub
- URL: https://github.com/jokergoo/gtf
- Owner: jokergoo
- Created: 2014-09-12T09:06:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T23:56:38.000Z (almost 8 years ago)
- Last Synced: 2024-05-09T07:45:27.800Z (6 months ago)
- Language: R
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
->...
```