We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Lightweight LCP Construction for Very Large Collections of Strings

Abstract: The longest common prefix array is a very advantageous data structure that, combined with the suffix array and the Burrows-Wheeler transform, allows to efficiently compute some combinatorial properties of a string useful in several applications, especially in biological contexts. Nowadays, the input data for many problems are big collections of strings, for instance the data coming from "next-generation" DNA sequencing (NGS) technologies. In this paper we present the first lightweight algorithm (called extLCP) for the simultaneous computation of the longest common prefix array and the Burrows-Wheeler transform of a very large collection of strings having any length. The computation is realized by performing disk data accesses only via sequential scans, and the total disk space usage never needs more than twice the output size, excluding the disk space required for the input. Moreover, extLCP allows to compute also the suffix array of the strings of the collection, without any other further data structure is needed. Finally, we test our algorithm on real data and compare our results with another tool capable to work in external memory on large collections of strings.
Comments: This manuscript version is made available under the CC-BY-NC-ND 4.0 license this http URL The final version of this manuscript is in press in Journal of Discrete Algorithms
Subjects: Data Structures and Algorithms (cs.DS)
DOI: 10.1016/j.jda.2016.03.003
Cite as: arXiv:1605.04098 [cs.DS]
  (or arXiv:1605.04098v1 [cs.DS] for this version)

Submission history

From: Giovanna Rosone [view email]
[v1] Fri, 13 May 2016 09:42:10 GMT (48kb)

Link back to: arXiv, form interface, contact.