jhkorhonen / MOODS

MOODS: Motif Occurrence Detection Suite
Other
95 stars 12 forks source link

MOODS 1.9.4

MOODS is a suite of algorithms for matching position weight matrices (PWM) against DNA sequences, featuring advanced matrix matching algorithms implemented in C++ that can be used to scan hundreds of matrices against chromosome-sized sequences in few seconds. MOODS has been designed with integration into large-scale python workflows in mind, but can also be used as a stand-alone analysis tool.

The current release is the 1.9 series of MOODS, an intermediate release towards the fully-revamped 2.0 release later on. Currently all the algorithmic parts are fully ready for use, and should be preferred over the 1.0 releases when possible. However, the documentation and some input/ouput-related functions are still in development.

Download

Download the package:

Or install from PyPi using pip:

Currently only the Python package is available; it contains MOODS Python libraries along a commandline interface for most of the MOODS functions.

Usage

See the GitHub wiki for documentation:

Contact

Licensing

MOODS is dual-licenced under GPL version 3 license and Biopython license. See COPYING.GPLv3 and COPYING.BIOPYTHON files for license details.