Engineering a compressed suffix tree implementation

Author:

Välimäki N.1,Mäkinen V.1,Gerlach W.2,Dixit K.3

Affiliation:

1. University of Helsinki, Helsinki, Finland

2. Bielefeld University, AG Genominformatik, Bielefeld

3. IIT Kanpur, New Delhi, India

Abstract

Suffix tree is one of the most important data structures in string algorithms and biological sequence analysis. Unfortunately, when it comes to implementing those algorithms and applying them to real genomic sequences, often the main memory size becomes the bottleneck. This is easily explained by the fact that while a DNA sequence of length n from alphabet Σ = { A , C , G , T } can be stored in n log |Σ| = 2 n bits, its suffix tree occupies O ( n log n ) bits. In practice, the size difference easily reaches factor 50. We report on an implementation of the compressed suffix tree very recently proposed by Sadakane (2007). The compressed suffix tree occupies space proportional to the text size, that is, O ( n log |Σ|) bits, and supports all typical suffix tree operations with at most log n factor slowdown. Our experiments show that, for example, on a 10 MB DNA sequence, the compressed suffix tree takes 10% of the space of the normal suffix tree. At the same time, a representative algorithm is slowed down by factor 30. Our implementation follows the original proposal in spirit, but some internal parts are tailored toward practical implementation. Our construction algorithm has time requirement O ( n log n log |Σ|) and uses closely the same space as the final structure while constructing it: on the 10MB DNA sequence, the maximum space usage during construction is only 1.5 times the final product size. As by-products, we develop a method to create Succinct Suffix Array directly from Burrows-Wheeler transform and a space-efficient version of the suffixes-insertion algorithm to build balanced parentheses representation of suffix tree from LCP information.

Funder

Suomen Akatemia

Publisher

Association for Computing Machinery (ACM)

Subject

Theoretical Computer Science

Reference36 articles.

1. Replacing suffix trees with enhanced suffix arrays

2. Basic local alignment search tool

3. NATO ISI Series;Apostolico A.

4. Burrows M. and Wheeler D. 1994. A block sorting lossless data compression algorithm. Tech. rep. 124 Digital Equipment Corporation. Burrows M. and Wheeler D. 1994. A block sorting lossless data compression algorithm. Tech. rep. 124 Digital Equipment Corporation.

Cited by 12 articles. 订阅此论文施引文献 订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献

1. Computing Lexicographic Parsings;2022 Data Compression Conference (DCC);2022-03

2. Space-efficient construction of compressed suffix trees;Theoretical Computer Science;2021-01

3. Extended suffix array construction using Lyndon factors;Sādhanā;2018-07-05

4. Lempel–Ziv Factorization Powered by Space Efficient Suffix Trees;Algorithmica;2017-07-25

5. Lempel Ziv Computation in Small Space (LZ-CISS);Combinatorial Pattern Matching;2015

同舟云学术

1.学者识别学者识别

2.学术分析学术分析

3.人才评估人才评估

"同舟云学术"是以全球学者为主线,采集、加工和组织学术论文而形成的新型学术文献查询和分析系统,可以对全球学者进行文献检索和人才价值评估。用户可以通过关注某些学科领域的顶尖人物而持续追踪该领域的学科进展和研究前沿。经过近期的数据扩容,当前同舟云学术共收录了国内外主流学术期刊6万余种,收集的期刊论文及会议论文总量共计约1.5亿篇,并以每天添加12000余篇中外论文的速度递增。我们也可以为用户提供个性化、定制化的学者数据。欢迎来电咨询!咨询电话:010-8811{复制后删除}0370

www.globalauthorid.com

TOP

Copyright © 2019-2024 北京同舟云网络信息技术有限公司
京公网安备11010802033243号  京ICP备18003416号-3