Read, write, and analyze biological sequences


Keywords
bioinformatics, library, python
License
GPL-3.0
Install
pip install sequencelib==2.20.0

Documentation

sequencelib

PyPI downloads

Using classes and methods in sequencelib.py it is possible to read and write textfiles containing DNA or protein-sequences (possibly aligned) and to analyze and manipulate the sequence in various ways.

Availability

The sequencelib.py module is available on GitHub: https://github.com/agormp/sequencelib and on PyPI: https://pypi.org/project/sequencelib/

Installation

python3 -m pip install sequencelib

Upgrading to latest version:

python3 -m pip install --upgrade sequencelib

Highlights

To be written