Software

Selected software from all teams in the Algorithmic Bioinformatics group.
LoRDEC

LoRDEC is an alignment-free method for the correction of sequencing errors in long but highly erroneous reads with the help of short and accurate reads. The method is based on building a de Bruijn graph of the short reads and then threading the long reads through this graph. The method achieves similar accuracy as previous methods but is six times faster and uses 93% less memory than previous methods. The efficiency of the method is due to the use of state-of-the-art data structures with high quality implementations. LoRDEC has been used in at least 40 published genome and transcriptomics projects. See the LoRDEC page for more details.

MIPUP

Discovering the evolution of a tumor may help identify driver mutations and provide a more comprehensive view on the history of the tumor. Recent studies have tackled this problem using multiple samples sequenced from a tumor, and due to clinical implications, this has attracted great interest. However, such samples usually mix several distinct tumor subclones, which confounds the discovery of the tumor phylogeny.

We study a natural problem formulation requiring to decompose the tumor samples into several subclones with the objective of forming a minimum perfect phylogeny. We propose an Integer Linear Programming formulation for it, and implement it into a method called MIPUP. We tested the ability of MIPUP and of four popular tools LICHeE, AncesTree, CITUP, Treeomics to reconstruct the tumor phylogeny. On simulated data, MIPUP shows up to a 34% improvement under the ancestor-descendant relations metric. On four real datasets, MIPUP’s reconstructions proved to be generally more faithful than those of LICHeE.

MIPUP is available at https://github.com/zhero9/MIPUP.

 

Gap2Seq

Gap filling is the last phase of de novo genome assembly where gaps between consecutive contigs in scaffolds are filled. We present a rigorous formulation of the gap filling problem. Gap2Seq provides an implementation of a pseudopolynomial algorithm for this NP-complete problem. Furthermore, Gap2Seq classifies the bases used to fill the gaps into safe and unsafe ones where the safe bases are present in each possible solution to the gap filling problem. A version of Gap2Seq tailored for insertion genotyping is also available.

Metaflow

High-throughput sequencing (HTS) of metagenomes is proving essential in understanding the environment and diseases. State-of-the-art methods for discovering the species and their abundance in an HTS metagenomic sample are based on genome-specific markers, which can lead to skewed results, especially at species level.

Metaflow is an accurate method based on coverage analysis across entire genomes that also scales to HTS samples.

  • Ahmed Sobih, Alexandru I. Tomescu, Veli Mäkinen. MetaFlow: Metagenomic profiling based on whole-genome coverage analysis with min-cost flows, RECOMB 2016 – 20th Annual International Conference on Research in Computational Molecular Biology, Lecture Notes in Computer Science 9649, 111–121, 2016

 

LoRMA

The third generation sequencing technologies, such as Pacbio SMRT sequencing, produce long sequencing reads but with an error rate of about 15%. The sequencing errors, which include numerous insertions and deletions in addition to substitutions, complicate downstream analysis of the data such as genome assembly and mapping of the reads. LoRMA extends our previous hybrid approach using both short and long reads to a method using only long reads.