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
- Host: GitHub
- URL: https://github.com/jokergoo/gtf
- Owner: jokergoo
- Created: 2014-09-12T09:06:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T23:56:38.000Z (over 8 years ago)
- Last Synced: 2025-01-28T16:34:24.862Z (5 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
->...
```