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.
MOODS.parsers
interfaceThe 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 the package:
Or install from PyPi using pip:
pip install --user MOODS-python
Currently only the Python package is available; it contains MOODS Python libraries along a commandline interface for most of the MOODS functions.
See the GitHub wiki for documentation:
MOODS is dual-licenced under GPL version 3 license and Biopython license. See COPYING.GPLv3 and COPYING.BIOPYTHON files for license details.