Sorting Genomes by Prefix Double-Cut-and-Joins
Guillaume Fertin, G\'eraldine Jean, Anthony Labarre

TL;DR
This paper investigates the problem of sorting genomes using prefix double-cut-and-joins, providing new structural bounds, a polynomial algorithm for signed cases, a better approximation for unsigned cases, and an FPT algorithm based on breakpoints.
Contribution
It introduces new structural bounds, solves an open problem with a polynomial algorithm, improves approximation ratios, and develops an FPT algorithm for prefix DCJ genome sorting.
Findings
Polynomial-time algorithm for signed prefix DCJs
3/2-approximation for unsigned prefix DCJs
FPT algorithm based on breakpoints
Abstract
In this paper, we study the problem of sorting unichromosomal linear genomes by prefix double-cut-and-joins (or DCJs) in both the signed and the unsigned settings. Prefix DCJs cut the leftmost segment of a genome and any other segment, and recombine the severed endpoints in one of two possible ways: one of these options corresponds to a prefix reversal, which reverses the order of elements between the two cuts (as well as their signs in the signed case). Depending on whether we consider both options or reversals only, our main results are: (1) new structural lower bounds based on the breakpoint graph for sorting by unsigned prefix reversals, unsigned prefix DCJs, or signed prefix DCJs; (2) a polynomial-time algorithm for sorting by signed prefix DCJs, thus answering an open question in [8]; (3) a 3/2-approximation for sorting by unsigned prefix DCJs, which is, to the best of our…
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
TopicsGenome Rearrangement Algorithms · Chromosomal and Genetic Variations · Phytase and its Applications
