Pairwise Rearrangement is Fixed-Parameter Tractable in the Single Cut-and-Join Model
Lora Bailey, Heather Smith Blake, Garner Cochran, Nathan Fox, Michael Levet, Reem Mahmoud, Inne Singgih, Grace Stadnyk, Alexander Wiedemann
TL;DR
This paper studies the Pairwise Rearrangement problem in the SCaJ model, where exact counting is #P-complete. The authors develop a combinatorial dynamic-programming framework that leverages the adjacency graph’s component types (N, W, M, and crowns) to count sorting scenarios via partitions and to compute the number of most parsimonious sequences. They prove that the problem is fixed-parameter tractable by the number $k$ of nontrivial components in the adjacency graph and provide a two-stage DP to build a lookup table of subdivision counts, plus a partition-based aggregation to obtain $ ext{ #MPS}$. They further show that uniform sampling of sorting scenarios is also fixed-parameter tractable by the same parameter, enabling practical sampling in plausible biological regimes. Collectively, these results identify the number of nontrivial adjacency-graph components as the key obstacle to efficient sampling and enumeration, and they offer a concrete, implementable approach for both counting and sampling within FPT bounds.
Abstract
Genome rearrangement is a common model for molecular evolution. In this paper, we consider the Pairwise Rearrangement problem, which takes as input two genomes and asks for the number of minimum-length sequences of permissible operations transforming the first genome into the second. In the Single Cut-and-Join model (Bergeron, Medvedev, & Stoye, J. Comput. Biol. 2010), Pairwise Rearrangement is $\#\textsf{P}$-complete (Bailey, et. al., COCOON 2023), which implies that exact sampling is intractable. In order to cope with this intractability, we investigate the parameterized complexity of this problem. We exhibit a fixed-parameter tractable algorithm with respect to the number of components in the adjacency graph that are not cycles of length $2$ or paths of length $1$. As a consequence, we obtain that Pairwise Rearrangement in the Single Cut-and-Join model is fixed-parameter tractable by distance. Our results suggest that the number of nontrivial components in the adjacency graph serves as the key obstacle for efficient sampling.
