# A cubic-time algorithm for computing the trinet distance between level-1   networks

**Authors:** Vincent Moulton, James Oldman, Taoyang Wu

arXiv: 1703.05097 · 2017-03-16

## TL;DR

This paper introduces a cubic-time algorithm for efficiently computing the trinet distance between level-1 phylogenetic networks, aiding the comparison of complex evolutionary histories.

## Contribution

It presents the first optimal cubic-time algorithm for enumerating trinets in level-1 networks and computing their distance, with implementation and simulation analysis.

## Key findings

- The algorithm operates in cubic time complexity.
- Simulations compare trinet and Robinson-Foulds metrics.
- Algorithms are implemented in Java and freely available.

## Abstract

In evolutionary biology, phylogenetic networks are constructed to represent the evolution of species in which reticulate events are thought to have occurred, such as recombination and hybridization. It is therefore useful to have efficiently computable metrics with which to systematically compare such networks. Through developing an optimal algorithm to enumerate all trinets displayed by a level-1 network (a type of network that is slightly more general than an evolutionary tree), here we propose a cubic-time algorithm to compute the trinet distance between two level-1 networks. Employing simulations, we also present a comparison between the trinet metric and the so-called Robinson-Foulds phylogenetic network metric restricted to level-1 networks. The algorithms described in this paper have been implemented in JAVA and are freely available at https://www.uea.ac.uk/computing/TriLoNet.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.05097/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1703.05097/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1703.05097/full.md

---
Source: https://tomesphere.com/paper/1703.05097