An O(n2) algorithm for signed translocation

作者:

Highlights:

摘要

Genome rearrangement is an important area in computational biology. There are three basic operations, reversal, translocation and transposition. Here we study the translocation operations. Multi-chromosomal genomes frequently evolve by translocation events that exchange genetic material between two chromosomes. We focus on the signed case, where the direction of each gene is known. The signed translocation problem asks to find the minimum number of translocation operations as well as the sequence of translocation operations to transform one genome into the other. A linear-time algorithm that computes the minimum number of translocation operations was given in a linear-time algorithm for computing translocation distance between signed genomes [16]. However, that algorithm cannot give the optimum sequence of translocation operations. The best known algorithm that can give the optimum sequence of translocation operations for signed translocation problem runs in O(n2logn) time. In this paper, we design an O(n2) algorithm.

论文关键词:Algorithm,Signed translocation,Genome rearrangement

论文评审过程:Received 15 August 2004, Revised 11 November 2004, Available online 29 January 2005.

论文官网地址:https://doi.org/10.1016/j.jcss.2004.12.005