Read Mapping on de Bruijn graph

May 19, 2015 ยท Entered Twilight ยท ๐Ÿ› BMC Bioinformatics

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 8.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: BooPHF.h, DBGconstruction.py, GGMAP.py, README.md, aligner.cpp, aligner.h, alignerExhaustive.cpp, alignerGreedy.cpp, alignerPaths.cpp, bgreat.cpp, convertOneLineFasta.py, getLargeUnitigs.cpp, makefile, noN.py, reads.fa, unitig.fa, utils.cpp, utils.h

Authors Antoine Limasset, Bastien Cazaux, Eric Rivals, Pierre Peterlongo arXiv ID 1505.04911 Category cs.DS: Data Structures & Algorithms Cross-listed q-bio.GN Citations 70 Venue BMC Bioinformatics Repository https://github.com/Malfoy/BGREAT โญ 14 Last Checked 1 month ago
Abstract
Background Next Generation Sequencing (NGS) has dramatically enhanced our ability to sequence genomes, but not to assemble them. In practice, many published genome sequences remain in the state of a large set of contigs. Each contig describes the sequence found along some path of the assembly graph, however, the set of contigs does not record all the sequence information contained in that graph. Although many subsequent analyses can be performed with the set of contigs, one may ask whether mapping reads on the contigs is as informative as mapping them on the paths of the assembly graph. Currently, one lacks practical tools to perform mapping on such graphs. Results Here, we propose a formal definition of mapping on a de Bruijn graph, analyse the problem complexity which turns out to be NP-complete, and provide a practical solution.We propose a pipeline called GGMAP (Greedy Graph MAPping). Its novelty is a procedure to map reads on branching paths of the graph, for which we designed a heuristic algorithm called BGREAT (de Bruijn Graph REAd mapping Tool). For the sake of efficiency, BGREAT rewrites a read sequence as a succession of unitigs sequences. GGMAP can map millions of reads per CPU hour on a de Bruijn graph built from a large set of human genomic reads. Surprisingly, results show that up to 22% more reads can be mapped on the graph but not on the contig set. Conclusions Although mapping reads on a de Bruijn graph is complex task, our proposal offers a practical solution combining efficiency with an improved mapping capacity compared to assembly-based mapping even for complex eukaryotic data. Availability: github.com/Malfoy/BGREAT Keywords: Read mapping; De bruijn graphs; NGS; NP-completeness
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Data Structures & Algorithms