Compressed Spaced Suffix Arrays
Data Structures and Algorithms
2014-03-11 v3
Abstract
Spaced seeds are important tools for similarity search in bioinformatics, and using several seeds together often significantly improves their performance. With existing approaches, however, for each seed we keep a separate linear-size data structure, either a hash table or a spaced suffix array (SSA). In this paper we show how to compress SSAs relative to normal suffix arrays (SAs) and still support fast random access to them. We first prove a theoretical upper bound on the space needed to store an SSA when we already have the SA. We then present experiments indicating that our approach works even better in practice.
Cite
@article{arxiv.1312.3422,
title = {Compressed Spaced Suffix Arrays},
author = {Travis Gagie and Giovanni Manzini and Daniel Valenzuela},
journal= {arXiv preprint arXiv:1312.3422},
year = {2014}
}