Algorithms for computing bidirectional best hit r-window gene clusters

  • Authors:
  • Trong Dao Le;Melvin Zhang;Hon Wai Leong

  • Affiliations:
  • Department of Computer Science, National University of Singapore, Singapore, Republic of Singapore;Department of Computer Science, National University of Singapore, Singapore, Republic of Singapore;Department of Computer Science, National University of Singapore, Singapore, Republic of Singapore

  • Venue:
  • FAW-AAIM'11 Proceedings of the 5th joint international frontiers in algorithmics, and 7th international conference on Algorithmic aspects in information and management
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Genome rearrangements are large-scale mutations that result in a shuffling of the genes on a genome. Despite these rearrangements, whole genome analysis of modern species has revealed sets of genes that are found close to one another in multiple species. These conserved gene clusters provide useful information on gene function and genome evolution. In this paper, we consider a novel gene cluster model called bidirectional best hit r-window (BBHRW) in which the idea is to (a) capture the "frequency of common genes" in an r-window (interval of at most r consecutive genes) of each genome and (b) to further strengthen it by the bidirectional best hit criteria. We define two variants of BBHRW using two different similarity measures to define the "frequency of common genes" in two r-windows. Then the algorithmic problem is as follows: Give two genomes of length n and m, and an integer r, compute all the BBHRW clusters. A straight-forward algorithm for solving this problem is an O(nm) algorithm that compares all pairs of r-windows. In this paper, we present faster algorithms (SWBST and SWOT) for solving these two BBHRW variants. Algorithm SWBST is a simpler algorithm that solves the first variant of the BBHRW, while algorithm SWOT solves both variants of the BBHRW. Both algorithms have running time O((n+m)r lg r). The algorithmic speed-up is achieved via a sliding window approach and with the use of efficient data structures. We implemented the algorithms and compare their running times for finding BBHRW clusters conserved in E. coli K-12 (2339 genes) and B. subtilis (2332 genes) with r from 1 to 30 to illustrate the speed-up achieved.We also compare the two similarity measures for these genomes to show that the choice of similarity measure is an important factor for this cluster model.