Crate light_phylogeny

source ·
Expand description

§light structures and functions for phylogeny

light_phylogeny is a set of structures and functions dedicated to reading, building, manipulating and displaying phylogenic trees, especially reconciled trees with speciation, duplication, loss and horizontal transfer events. Read newick, phyloXML and recPhyloXML files. For more information, visit https://github.com/simonpenel/light_phylogeny/wiki

Structs§

  • ArenaTree Structure. It describes a binary phylogenetic tree.
  • Structure Config: drawing config.
  • Noeud Structure. It describes a node of a tree stored in a Arena structure. Concerning recPhyloXML file, we assume in the documentation that it describes a gene/species reconciliation.
  • Structure Options: these are the drawing options for the svg. Concerning recPhyloXML file, we assume in the documentation that it describes a gene/species reconciliation.

Enums§

  • Enum of the possible events in a gene tree.

Functions§