English

TwoPaCo: An efficient algorithm to build the compacted de Bruijn graph from many complete genomes

Data Structures and Algorithms 2016-02-19 v1 Genomics

Abstract

Motivation: De Bruijn graphs have been proposed as a data structure to facilitate the analysis of related whole genome sequences, in both a population and comparative genomic settings. However, current approaches do not scale well to many genomes of large size (such as mammalian genomes). Results: In this paper, we present TwoPaCo, a simple and scalable low memory algorithm for the direct construction of the compacted de Bruijn graph from a set of complete genomes. We demonstrate that it can construct the graph for 100 simulated human genomes in less then a day and eight real primates in less than two hours, on a typical shared-memory machine. We believe that this progress will enable novel biological analyses of hundreds of mammalian-sized genomes. Availability: Our code and data is available for download from github.com/medvedevgroup/TwoPaCo Contact: ium125@psu.edu

Cite

@article{arxiv.1602.05856,
  title  = {TwoPaCo: An efficient algorithm to build the compacted de Bruijn graph from many complete genomes},
  author = {Ilia Minkin and Son Pham and Paul Medvedev},
  journal= {arXiv preprint arXiv:1602.05856},
  year   = {2016}
}
R2 v1 2026-06-22T12:53:08.864Z