Giter VIP home page Giter VIP logo

pymsa's Introduction


pyMSA

Scoring Multiple Sequence Alignments with Python

Build Status PyPI License PyPI Python version

pyMSA is an open source software tool aimed at providing a number of scores for multiple sequence alignment (MSA) problems.

Features

The scores that are currently available are:

  • Sum of pairs,
  • Star,
  • Minimum entropy,
  • Percentage of non-gaps,
  • Percentage of totally conserved columns and
  • STRIKE (Single sTRucture Induced Evaluation).

Downloading

To download PyMSA just clone the Git repository hosted in GitHub:

$ git clone https://github.com/benhid/pyMSA.git
$ python setup.py install

Alternatively, you can install it with pip:

$ pip install pyMSA

STRIKE score

For computing the STRIKE score, the package (v1.2) must be installed on the usr/local/bin folder.

e.g. After compiling run:

$ sudo cp bin/strike /usr/local/bin

Substitution matrices

pyMSA has only two available substitution matrices: PAM250 and Blosum62.

Other substitution matrices can be used by reading a matrix file with read_matrix_from_file() (from pymsa.util.substitution_matrix module).

FileMatrix implements this method by default:

from pymsa.core.substitution_matrix import PAM250, Blosum62, FileMatrix

pam250 = PAM250()
blosum62 = Blosum62()
pam380 = FileMatrix('PAM380.txt')

Usage

An example of running all the included scores is located in the example folder.

Authors

Active development team

License

This project is licensed under the terms of the MIT - see the LICENSE file for details.

pymsa's People

Contributors

benhid avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.