An efficient approach for sequence matching in large DNA databases

  • Authors:
  • Jung-Im Won;Sanghyun Park;Jee-Hee Yoon;Sang-Wook Kim

  • Affiliations:
  • -;Department of Computer Science, Yonsei University, Korea;Division of Information Engineering and Telecommunications, Hallym University, Korea;College of Information and Communications, Hanyang University, Korea

  • Venue:
  • Journal of Information Science
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

In molecular biology, DNA sequence matching is one of the most crucial operations. Since DNA databases contain a huge volume of sequences, fast indexes are essential for efficient processing of DNA sequence matching. In this paper, we first point out the problems of the suffix tree, an index structure widely-used for DNA sequence matching, in respect of storage overhead, search performance, and difficulty in seamless integration with DBMS. Then, we propose a new index structure that resolves such problems. The proposed index structure consists of two parts: the primary part realizes the trie as binary bit-string representation without any pointers, and the secondary part helps fast access to the trie's leaf nodes that need to be accessed for post-processing. We also suggest efficient algorithms based on that index for DNA sequence matching. To verify the superiority of the proposed approach, we conduct performance evaluation via a series of experiments. The results reveal that the proposed approach, which requires smaller storage space, can be a few orders of magnitude faster than the suffix tree.