Algorithms for Molecular Biology (Jul 2018)

Sorting signed circular permutations by super short operations

  • Andre R. Oliveira,
  • Guillaume Fertin,
  • Ulisses Dias,
  • Zanoni Dias

DOI
https://doi.org/10.1186/s13015-018-0131-6
Journal volume & issue
Vol. 13, no. 1
pp. 1 – 16

Abstract

Read online

Abstract Background One way to estimate the evolutionary distance between two given genomes is to determine the minimum number of large-scale mutations, or genome rearrangements, that are necessary to transform one into the other. In this context, genomes can be represented as ordered sequences of genes, each gene being represented by a signed integer. If no gene is repeated, genomes are thus modeled as signed permutations of the form $$\pi =(\pi _1 \pi _2 \ldots \pi _n)$$ π=(π1π2…πn) , and in that case we can consider without loss of generality that one of them is the identity permutation $$\iota _n =(1 2 \ldots n)$$ ιn=(12…n) , and that we just need to sort the other (i.e., transform it into $$\iota _n$$ ιn ). The most studied genome rearrangement events are reversals, where a segment of the genome is reversed and reincorporated at the same location; and transpositions, where two consecutive segments are exchanged. Many variants, e.g., combining different types of (possibly constrained) rearrangements, have been proposed in the literature. One of them considers that the number of genes involved, in a reversal or a transposition, is never greater than two, which is known as the problem of sorting by super short operations (or SSOs). Results and conclusions All problems considering SSOs in permutations have been shown to be in $$\mathsf {P}$$ P , except for one, namely sorting signed circular permutations by super short reversals and super short transpositions. Here we fill this gap by introducing a new graph structure called cyclic permutation graph and providing a series of intermediate results, which allows us to design a polynomial algorithm for sorting signed circular permutations by super short reversals and super short transpositions.

Keywords