Reconstruction of Phylogenetic Networks
An algorithm for deconstructing and reconstructing Level-2 Binary Networks based on their distances
R. Mol (TU Delft - Electrical Engineering, Mathematics and Computer Science)
L. v. Iersel – Mentor (TU Delft - Discrete Mathematics and Optimization)
Y. Murakami – Coach (TU Delft - Discrete Mathematics and Optimization)
E.M. van Elderen – Graduation committee member (TU Delft - Mathematical Physics)
More Info
expand_more
Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.
Abstract
Van Iersel, Moulton, and Murakami (2020) proved that a level-2 binary phylogenetic network can be uniquely reconstructed based on the matrix of mulitsets of the distances of the leaves. Using a handful of lemma’s each
describing the steps of identifying cherries, uncontained leaves and blobs in the network, I created an algorithm for deconstruction the theoretical network corresponding to the matrix, and constructing the network based on the deconstruction steps. Unfortunately, this algorithm is not of polynomial time, as in the deconstruction programs are run that take time proportional to the sizes of the multisets of distances, which are upperbounded by 4n, where n is the number of leaves in the network. This algorithm is tested on more than 35000 networks with 10 to 24 leaves, and resulted in no errors.