BrownieAligner : accurate alignment of Illumina sequencing data to de Bruijn graphs
Loading...
Date
Authors
Heydari, Mahdi
Miclotte, Giles
Van de Peer, Yves
Fostier, Jan
Journal Title
Journal ISSN
Volume Title
Publisher
BioMed Central
Abstract
BACKGROUND : Aligning short reads to a reference genome is an important task in many genome analysis pipelines.
This task is computationally more complex when the reference genome is provided in the form of a de Bruijn graph
instead of a linear sequence string.
RESULTS : We present a branch and bound alignment algorithm that uses the seed-and-extend paradigm to
accurately align short Illumina reads to a graph. Given a seed, the algorithm greedily explores all branches of the tree
until the optimal alignment path is found. To reduce the search space we compute upper bounds to the alignment
score for each branch and discard the branch if it cannot improve the best solution found so far. Additionally, by using
a two-pass alignment strategy and a higher-order Markov model, paths in the de Bruijn graph that do not represent a
subsequence in the original reference genome are discarded from the search procedure.
CONCLUSIONS : BrownieAligner is applied to both synthetic and real datasets. It generally outperforms other
state-of-the-art tools in terms of accuracy, while having similar runtime and memory requirements. Our results show
that using the higher-order Markov model in BrownieAligner improves the accuracy, while the branch and bound
algorithm reduces runtime. BrownieAligner is written in standard C++11 and released under GPL license.
BrownieAligner relies on multithreading to take advantage of multi-core/multi-CPU systems. The source code is
available at: https://github.com/biointec/browniealigner
Description
Additional file 1: Supplementary Data: BrownieAligner: Accurate
Alignment of Illumina Sequencing Data to de Bruijn Graphs
Keywords
Next-generation sequencing, Graph alignment, Illumina, De Bruijn graph, Markov model, Plant seed, Genome, Trees (mathematics), Optimal alignments, Memory requirements, Markov model, Branch-and-bound algorithms, Alignment algorithms, Multitasking, Markov processes, Genes
Sustainable Development Goals
Citation
Heydari, M., Miclotte, G., Van de Peer, Y. et al. 2018, 'BrownieAligner : accurate alignment of Illumina sequencing data to de Bruijn graphs', BMC Bioinformatics, vol. 19, art. 311, pp. 1-10.