• Media type: E-Article
  • Title: Pan-genome de Bruijn graph using the bidirectional FM-index
  • Contributor: Depuydt, Lore; Renders, Luca; Abeel, Thomas; Fostier, Jan
  • Published: Springer Science and Business Media LLC, 2023
  • Published in: BMC Bioinformatics, 24 (2023) 1
  • Language: English
  • DOI: 10.1186/s12859-023-05531-6
  • ISSN: 1471-2105
  • Keywords: Applied Mathematics ; Computer Science Applications ; Molecular Biology ; Biochemistry ; Structural Biology
  • Origination:
  • Footnote:
  • Description: <jats:title>Abstract</jats:title><jats:sec> <jats:title>Background</jats:title> <jats:p>Pan-genome graphs are gaining importance in the field of bioinformatics as data structures to represent and jointly analyze multiple genomes. Compacted de Bruijn graphs are inherently suited for this purpose, as their graph topology naturally reveals similarity and divergence within the pan-genome. Most state-of-the-art pan-genome graphs are represented explicitly in terms of nodes and edges. Recently, an alternative, implicit graph representation was proposed that builds directly upon the unidirectional FM-index. As such, a memory-efficient graph data structure is obtained that inherits the FM-index’ backward search functionality. However, this representation suffers from a number of shortcomings in terms of functionality and algorithmic performance.</jats:p> </jats:sec><jats:sec> <jats:title>Results</jats:title> <jats:p>We present a data structure for a pan-genome, compacted de Bruijn graph that aims to address these shortcomings. It is built on the bidirectional FM-index, extending the ability of its unidirectional counterpart to navigate and search the graph in both directions. All basic graph navigation steps can be performed in constant time. Based on these features, we implement subgraph visualization as well as lossless approximate pattern matching to the graph using search schemes. We demonstrate that we can retrieve all occurrences corresponding to a read within a certain edit distance in a very efficient manner. Through a case study, we show the potential of exploiting the information embedded in the graph’s topology through visualization and sequence alignment.</jats:p> </jats:sec><jats:sec> <jats:title>Conclusions</jats:title> <jats:p>We propose a memory-efficient representation of the pan-genome graph that supports subgraph visualization and lossless approximate pattern matching of reads against the graph using search schemes. The C++ source code of our software, called Nexus, is available at <jats:ext-link xmlns:xlink="http://www.w3.org/1999/xlink" ext-link-type="uri" xlink:href="https://github.com/biointec/nexus">https://github.com/biointec/nexus</jats:ext-link> under AGPL-3.0 license.</jats:p> </jats:sec>
  • Access State: Open Access