Fully-Functional Bidirectional Burrows-Wheeler Indexes and Infinite-Order De Bruijn Graphs

Date

2019-06-18

Journal Title

Journal ISSN

Volume Title

Publisher

Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik

Abstract

Given a string T on an alphabet of size σ, we describe a bidirectional Burrows-Wheeler index that takes O(|T| log σ) bits of space, and that supports the addition and removal of one character, on the left or right side of any substring of T, in constant time. Previously known data structures that used the same space allowed constant-time addition to any substring of T, but they could support removal only from specific substrings of T. We also describe an index that supports bidirectional addition and removal in O(log log |T|) time, and that takes a number of words proportional to the number of left and right extensions of the maximal repeats of T. We use such fully-functional indexes to implement bidirectional, frequency-aware, variable-order de Bruijn graphs with no upper bound on their order, and supporting natural criteria for increasing and decreasing the order during traversal.

Description

Keywords

BWT, Suffix tree, CDAWG, de Bruijn graph, Maximal repeat, Contraction, Bidirectional index

Citation

Endorsement

Review

Supplemented By

Referenced By