Improved Fixed-parameter Algorithm for the Tree Containment Problem on Unrooted Phylogenetic Network

Feng Shi,Hangcheng Li,Guozhen Rong,Zhen Zhang,Jianxin Wang
DOI: https://doi.org/10.1109/tcbb.2021.3111660
2021-01-01
IEEE/ACM Transactions on Computational Biology and Bioinformatics
Abstract:Phylogenetic trees are unable to represent the evolutionary process for a collection of species if reticulation events happened, and a generalized model named phylogenetic network was introduced consequently. However, the representation of the evolutionary process for one gene is actually a phylogenetic tree that is “contained” in the phylogenetic network for the considered species containing the gene. Thus a fundamental computational problem named Tree Containment problem arises, which asks whether a phylogenetic tree is contained in a phylogenetic network. The previous research on the problem mainly focused on its rooted version of which the considered tree and network are rooted, and several algorithms were proposed when the considered network is binary or structure-restricted. There is almost no algorithm for its unrooted version except the recent fixed-parameter algorithm with runtime $O(4^kn^2)$ , where $k$ and $n$ are the reticulation number and size of the considered unrooted binary phylogenetic network $N$ , respectively. As the runtime is a little expensive when considering big values of $k$ , we aim to improve it and successfully propose a fixed-parameter algorithm with runtime $O(2.594^kn^2)$ in the paper. Additionally, we experimentally show its effectiveness on biological data and simulated data.
What problem does this paper attempt to address?