Skip to main navigation Skip to search Skip to main content

External memory BWT and LCP computation for sequence collections with applications

  • Lavinia EGIDI
  • , Felipe A. Louza
  • , Giovanni Manzini
  • , Guilherme P. Telles

Research output: Contribution to conferencePaperpeer-review

Abstract

We propose an external memory algorithm for the computation of the BWT and LCP array for a collection of sequences. Our algorithm takes the amount of available memory as an input parameter, and tries to make the best use of it by splitting the input collection into subcollections sufficiently small that it can compute their BWT in RAM using an optimal linear time algorithm. Next, it merges the partial BWTs in external memory and in the process it also computes the LCP values. We show that our algorithm performs O(n maxlcp) sequential I/Os, where n is the total length of the collection and maxlcp is the maximum LCP value. The experimental results show that our algorithm outperforms the current best algorithm for collections of sequences with different lengths and when the average LCP of the collection is relatively small compared to the length of the sequences. In the second part of the paper, we show that our algorithm can be modified to output two additional arrays that, combined with the BWT and LCP arrays, provide simple, scan based, external memory algorithms for three well known problems in bioinformatics: the computation of the all pairs suffix-prefix overlaps, the computation of maximal repeats, and the construction of succinct de Bruijn graphs.
Original languageEnglish
DOIs
Publication statusPublished - 2018
EventWorkshop on Algorithms in Bioinformatics - Aalto University, Finland
Duration: 1 Jan 2018 → …

Conference

ConferenceWorkshop on Algorithms in Bioinformatics
CityAalto University, Finland
Period1/01/18 → …

Keywords

  • All pairs suffix-prefix overlaps
  • Burrows-Wheeler Transform
  • Longest Common Prefix Array
  • Maximal repeats
  • Succinct de Bruijn graph
  • Software

Fingerprint

Dive into the research topics of 'External memory BWT and LCP computation for sequence collections with applications'. Together they form a unique fingerprint.

Cite this