Pygenomics: manipulating genomic intervals and data files in Python.
other · Level V
Where this comes from
- Record sourced from PubMed, PMID 37228014.
- Also identified by DOI 10.1093/bioinformatics/btad346 and PMC identifier 10246576.
- Licence recorded as CC BY.
- The licence permits redistribution, so the abstract is shown in full and the full text is available from the publisher.
Abstract
We present pygenomics, a Python package for working with genomic intervals and bioinformatic data files. The package implements interval operations, provides both API and CLI, and supports reading and writing data in widely used bioinformatic formats, including BAM, BED, GFF3, and VCF. The source code of pygenomics is provided with in-source documentation and type annotations and adheres to the functional programming paradigm. These features facilitate seamless integration of pygenomics routines into scripts and pipelines. The package is implemented in pure Python using its standard library only and contains the property-based testing framework. Comparison of pygenomics with other Python bioinformatic packages with relation to features and performance is presented. The performance comparison covers operations with genomic intervals, read alignments, and genomic variants and demonstrates that pygenomics is suitable for computationally effective analysis. The source code is available at https://gitlab.com/gtamazian/pygenomics.
Medical subject headings
- Genomics
- Computational Biology