Genome rearrangement algorithms for unsigned permutations with O(log n) singletons

  • Authors:
  • Xiaowen Lou;Daming Zhu

  • Affiliations:
  • School of Computer Science and Technology, Shandong University;School of Computer Science and Technology, Shandong University

  • Venue:
  • TAMC'08 Proceedings of the 5th international conference on Theory and applications of models of computation
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Reversal, transposition and transreversal are common events in genome rearrangement. The genome rearrangement sorting problem is to transform one genome into another using the minimum number of rearrangement operations. Hannenhalli and Pevzner discovered that singleton is the major obstacle for unsigned reversal sorting. They also gave a polynomial algorithm for reversal sorting on those unsigned permutations with O(log n) singletons. This paper involves two aspects. (1)We describe one case for which Hannenhalli and Pevzner's algorithm may fail, and propose a corrected algorithm for unsigned reversal sorting. (2) We propose a (1+Ɛ)-approximation algorithmfor the weighted sorting problem on unsigned permutations with O(log n) singletons. Theweighted sortingmeans: sorting a permutation by weighted reversals, transpositions and transreversals, where reversal is assigned weight 1 and transposition(including transreversal) is assigned weight 2.