A Simple Linear-Time Algorithm for the Common Refinement of Rooted Phylogenetic Trees on a Common Leaf Set
David Schaller, Marc Hellmuth, Peter F. Stadler

TL;DR
This paper introduces LinCR, a simple, efficient linear-time algorithm for constructing the common refinement of multiple rooted phylogenetic trees with the same leaf set, outperforming existing methods in simplicity and empirical performance.
Contribution
The paper presents LinCR, a novel linear-time algorithm that explicitly computes the common refinement of rooted trees, simplifying implementation and improving empirical results.
Findings
LinCR operates in linear time for the common leaf set case.
LinCR outperforms existing algorithms in empirical tests.
The implementation is available in Python for public use.
Abstract
Background. The supertree problem, i.e., the task of finding a common refinement of a set of rooted trees is an important topic in mathematical phylogenetics. The special case of a common leaf set is known to be solvable in linear time. Existing approaches refine one input tree using information of the others and then test whether the results are isomorphic. Results. A linear-time algorithm, LinCR, for constructing the common refinement of input trees with a common leaf set is proposed that explicitly computes the parent function of in a bottom-up approach. Conclusion. LinCR is simpler to implement than other asymptotically optimal algorithms for the problem and outperforms the alternatives in empirical comparisons. Availability. An implementation of LinCR in Python is freely available at https://github.com/david-schaller/tralda.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenomics and Phylogenetic Studies · Plant and Fungal Species Descriptions · Genetic diversity and population structure
