A Space-Efficient Construction of the Burrows–Wheeler Transform for Genomic Data
- 1 September 2005
- journal article
- review article
- Published by Mary Ann Liebert Inc in Journal of Computational Biology
- Vol. 12 (7) , 943-951
- https://doi.org/10.1089/cmb.2005.12.943
Abstract
Algorithms for exact string matching have substantial application in computational biology. Time-efficient data structures which support a variety of exact string matching queries, such as the suffix tree and the suffix array, have been applied to such problems. As sequence databases grow, more space-efficient approaches to exact matching are becoming more important. One such data structure, the compressed suffix array (CSA), based on the Burrows-Wheeler transform, has been shown to require memory which is nearly equal to the memory requirements of the original database, while supporting common sorts of query problems time efficiently. However, building a CSA from a sequence in efficient space and time is challenging. In 2002, the first space-efficient CSA construction algorithm was presented. That implementation used (1+2 log2 |summation|)(1+epsilon) bits per character (where epsilon is a small fraction). The construction algorithm ran in as much as twice that space, in O(| summation|n log(n)) time. We have created an implementation which can also achieve these asymptotic bounds, but for small alphabets, and only uses 1/2 (1+|summation|)(1+epsilon) bits per character, a factor of 2 less space for nucleotide alphabets. We present time and space results for the CSA construction and querying of our implementation on publicly available genome data which demonstrate the practicality of this approach.Keywords
This publication has 6 references indexed in Scilit:
- Space-Efficient Whole Genome Comparisons with Burrows–Wheeler TransformsJournal of Computational Biology, 2005
- Engineering a Lightweight Suffix Array Construction AlgorithmAlgorithmica, 2004
- Constructing Compressed Suffix Arrays with Large AlphabetsPublished by Springer Nature ,2003
- Annotating Large Genomes With Exact Word MatchesGenome Research, 2003
- The Enhanced Suffix Array and Its Applications to Genome AnalysisPublished by Springer Nature ,2002
- Reducing the space requirement of suffix treesSoftware: Practice and Experience, 1999