althonos / scoring-matrices

Dependency free, Cython-compatible scoring matrices to use with biological sequences.
MIT License
8 stars 1 forks source link

πŸ§¬πŸ”  scoring-matrices Stars

Dependency free, Cython-compatible scoring matrices to use with biological sequences.

Actions Coverage License PyPI Bioconda AUR Wheel Python Versions Python Implementations Source Issues Docs Changelog Downloads

πŸ—ΊοΈ Overview

Scoring Matrices are matrices used to score the matches and mismatches between two characters are the same position in a sequence alignment. Some of these matrices are derived from substitution matrices, which uses evolutionary modeling.

The scoring-matrices package is a dependency-free, batteries included library to handle and distribute common substitution matrices:

πŸ”§ Installing

scoring-matrices can be installed directly from PyPI, which hosts some pre-built wheels for the x86-64 architecture (Linux/OSX/Windows) and the Aarch64 architecture (Linux/OSX), as well as the code required to compile from source with Cython:

$ pip install scoring-matrices

Otherwise, scoring-matrices is also available as a Bioconda package:

$ conda install bioconda::scoring-matrices

πŸ’‘ Usage

Python

Cython

πŸ’­ Feedback

⚠️ Issue Tracker

Found a bug ? Have an enhancement request ? Head over to the GitHub issue tracker if you need to report or ask something. If you are filing in on a bug, please include as much information as you can about the issue, and try to recreate the same bug in a simple, easily reproducible situation.

πŸ—οΈ Contributing

Contributions are more than welcome! See CONTRIBUTING.md for more details.

πŸ“‹ Changelog

This project adheres to Semantic Versioning and provides a changelog in the Keep a Changelog format.

βš–οΈ License

This library is provided under the MIT License. Matrices were collected from the MMseqs2, Biopython and NCBI BLAST+ sources and are believed to be in the public domain.

This project was developed by Martin Larralde during his PhD project at the Leiden University Medical Center in the Zeller team.