Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daler/gffutils

GFF and GTF file manipulation and interconversion
https://github.com/daler/gffutils

Last synced: 10 days ago
JSON representation

GFF and GTF file manipulation and interconversion

Awesome Lists containing this project

README

        

gffutils
========

``gffutils`` is a Python package for working with and manipulating the GFF and
GTF format files typically used for genomic annotations.

Files are loaded into a sqlite3 database, allowing much more complex
manipulation of hierarchical features (e.g., genes, transcripts, and exons)
than is possible with plain-text methods alone.

See documentation at https://daler.github.io/gffutils, and GitHub repo at
https:/github.com/daler/gffutils.