Men Can't Always be Transformed into Mice: Decision Algorithms and Complexity for Sorting by Symmetric Reversals
Xin Tong, Yixiao Yu, Ziyi Fang, Haitao Jiang, Lusheng Wang, Binhai, Zhu, Daming Zhu

TL;DR
This paper studies the problem of sorting permutations by symmetric reversals, providing efficient algorithms for decision and special cases, and proving NP-hardness for the general optimization problem, also resolving a long-standing open problem.
Contribution
It introduces polynomial-time algorithms for the decision problem and a special case of the optimization problem, and proves NP-hardness for the general case, advancing understanding of genome rearrangement complexities.
Findings
Deciding if a permutation can be sorted by symmetric reversals is in quadratic time.
A quadratic time algorithm exists for a specific 2-balanced case of the sorting problem.
The general optimization problem is NP-hard, and the complexity of the minimum Steiner tree on circle graphs is settled.
Abstract
Sorting a permutation by reversals is a famous problem in genome rearrangements. Since 1997, quite some biological evidence were found that in many genomes the reversed regions are usually flanked by a pair of inverted repeats. This type of reversals are called symmetric reversals, which, unfortunately, were largely ignored until recently. In this paper, we investigate the problem of sorting by symmetric reversals, which requires a series of symmetric reversals to transform one chromosome into the another chromosome . The decision problem of sorting by symmetric reversals is referred to as {\em SSR} (when the input chromosomes and are given, we use {\em SSR(A,B)}) and the corresponding optimization version (i.e., when the answer for {\em SSR(A,B)} is yes, using the minimum number of symmetric reversals to convert to ), is referred to as {\em SMSR(A,B)}. The main…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsChromosomal and Genetic Variations · Genome Rearrangement Algorithms · Genomic variations and chromosomal abnormalities
