dipwmsearch
Protein binding sites in DNA or RNA sequences are modeled by probabilistic motifs. A Position Weight Matrix (PWM) is a simple, powerful, and widely used representation of such motifs. Because PWMs assume that sequence positions are independent of eachother (which is too restrictive for some binding or interaction sites), a generalisation of PWMs, termed di-nucleotidic PWMs (di-PWMs) have been introduced by Kulakovskiy et al. 2013 Kulakovskiy_2013. For instance, the HOCOMOCO database is a collection of PWMs and di-PWMs for Transcription Factor binding sites Kulakovskiy_2018.
This package, called dipwmsearch, offers you efficient algorithms to search for occurrences of di-PWMs motifs in DNA or RNA sequences. The search sequence may contain positions with non-ATGC symbols, encoded with IUPAC. A description of the algorithms implemented in this package is available in our article dipwmsearch_2022.
Other tools
FastME 2.0
FastME is a software package for the fast and accurate inference of phylogenetic trees from distance matrices. It implements algorithms based on the Balanced Minimum Evolution (BME) principle, a distance-based criterion closely related to the Neighbor Joining (NJ) method. The goal of the BME framework is to identify the phylogenetic tree that minimizes the total…
LoRDEC: hybrid correction of long…
Overview In a nutshell, LoRDEC is a program for error correcting long sequencing reads using short reads. It implements a hybrid correction approach. It uses little memory and is very efficient. Most importantly it scales up to process very large data sets. It can be applied to long reads obtained with either Pacific Biosciences SMRT…
PEWO: a collection of workflows…
Introduction and context In the Bioinformatics team of the LIRMM (CNRS & Univ. Montpellier), we develop a series of tools for metagenomics / metabarcoding analysis. Our tools exploit phylo-k-mers (which are k-mers combined with phylogenetic information) computed for an input set of reference sequences and their phylogeny. The phylo-k-mers are computed and indexed with IPK,…