Finding Maximum Common Contractions Between Phylogenetic Networks
Bertrand Marchand, Nadia Tahiri, Olivier Tremblay-Savard, Manuel Lafond
TL;DR
This work generalizes the Robinson-Foulds paradigm to phylogenetic networks by using edge contractions and expansions to define a contraction-expansion distance $d_{ ext{CE}}$ and an MCC-based dissimilarity $oldsymbol{igtriangleup}_{ ext{MCC}}$, showing both connectivity of the network space and the strongest computational results for MCC. It establishes that $d_{ ext{CE}}$ is a true metric, while $oldsymbol{igtriangleup}_{ ext{MCC}}$ is a semi-metric, and proves MCC is NP-hard even under tight restrictions, with ETH-based hardness. To counter the hardness, the authors introduce weakly galled trees and derive a polynomial-time dynamic programming algorithm using witness structures, 1-clades, and 2-clades, achieving $O(n^5)$ time for MCC-like computation in this class. The results illuminate when a common underlying structure can be efficiently extracted from networks and provide a practical method for comparing complex evolutionary histories, with implications for bioinformatics workflows that rely on network-level comparisons.
Abstract
In this paper, we lay the groundwork on the comparison of phylogenetic networks based on edge contractions and expansions as edit operations, as originally proposed by Robinson and Foulds to compare trees. We prove that these operations connect the space of all phylogenetic networks on the same set of leaves, even if we forbid contractions that create cycles. This allows to define an operational distance on this space, as the minimum number of contractions and expansions required to transform one network into another. We highlight the difference between this distance and the computation of the maximum common contraction between two networks. Given its ability to outline a common structure between them, which can provide valuable biological insights, we study the algorithmic aspects of the latter. We first prove that computing a maximum common contraction between two networks is NP-hard, even when the maximum degree, the size of the common contraction, or the number of leaves is bounded. We also provide lower bounds to the problem based on the Exponential-Time Hypothesis. Nonetheless, we do provide a polynomial-time algorithm for weakly-galled trees, a generalization of galled trees.
