PFP Data Structures
Abstract
Prefix-free parsing (PFP) was introduced by Boucher et al. (2019) as a preprocessing step to ease the computation of Burrows-Wheeler Transforms (BWTs) of genomic databases. Given a string , it produces a dictionary and a parse of overlapping phrases such that can be computed from and in time and workspace bounded in terms of their combined size . In practice and are significantly smaller than and computing from them is more efficient than computing it from directly, at least when consists of genomes from individuals of the same species. In this paper, we consider as a {\em data structure} and show how it can be augmented to support the following queries quickly, still in space: longest common extension (LCE), suffix array (SA), longest common prefix (LCP) and BWT. Lastly, we provide experimental evidence that the PFP data structure can be efficiently constructed for very large repetitive datasets: it takes one hour and 54 GB peak memory for variants of human chromosome 19, initially occupying roughly 56 GB.
Keywords
Cite
@article{arxiv.2006.11687,
title = {PFP Data Structures},
author = {Christina Boucher and Ondřej Cvacho and Travis Gagie and Jan Holub and Giovanni Manzini and Gonzalo Navarro and Massimiliano Rossi},
journal= {arXiv preprint arXiv:2006.11687},
year = {2020}
}