An efficient DNA sequence searching method using position specific weighting scheme

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

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

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

Quantified Score

Hi-index 0.00

Visualization

Abstract

Exact match queries, wildcard match queries, and k mismatch queries are widely used in various molecular biology applications including the searching of ESTs (Expressed Sequence Tags) and DNA transcription factors. In this paper, we suggest an efficient indexing and processing mechanism for such queries. Our indexing method places a sliding window at every possible location of a DNA sequence and extracts its signature by considering the occurrence frequency of each nucleotide. It then stores a set of signatures using a multi-dimensional index such as the R*-tree. Also, by assigning a weight to each position of a window, it prevents signatures from being concentrated around a few spots in indexing space. Our query processing method converts a query sequence into a multi-dimensional rectangle and searches the index for the signatures overlapping with the rectangle. Experiments with real biological data sets have revealed that the proposed approach is at least 4.4 times, 2.1 times, and several orders of magnitude faster than the previous one in performing exact match, wildcard match, and k-mismatch queries, respectively.