PLoS Computational Biology (Sep 2019)

Generation of Binary Tree-Child phylogenetic networks.

  • Gabriel Cardona,
  • Joan Carles Pons,
  • Celine Scornavacca

DOI
https://doi.org/10.1371/journal.pcbi.1007347
Journal volume & issue
Vol. 15, no. 9
p. e1007347

Abstract

Read online

Phylogenetic networks generalize phylogenetic trees by allowing the modelization of events of reticulate evolution. Among the different kinds of phylogenetic networks that have been proposed in the literature, the subclass of binary tree-child networks is one of the most studied ones. However, very little is known about the combinatorial structure of these networks. In this paper we address the problem of generating all possible binary tree-child (BTC) networks with a given number of leaves in an efficient way via reduction/augmentation operations that extend and generalize analogous operations for phylogenetic trees, and are biologically relevant. Since our solution is recursive, this also provides us with a recurrence relation giving an upper bound on the number of such networks. We also show how the operations introduced in this paper can be employed to extend the evolutive history of a set of sequences, represented by a BTC network, to include a new sequence. An implementation in python of the algorithms described in this paper, along with some computational experiments, can be downloaded from https://github.com/bielcardona/TCGenerators.