phylox.constants
This module contains some constants used throughout the package.
Module Attributes
The node attribute used to store the label of a node. |
|
The edge attribute used to store the length of an edge. |
|
The edge attribute used to store the inheritance probability along an edge. |
|
Prefix for the node name of a reticulation node when parsing a phylogenetic network from newick |
- phylox.constants.LABEL_ATTR = 'label'
The node attribute used to store the label of a node.
- phylox.constants.LENGTH_ATTR = 'length'
The edge attribute used to store the length of an edge.
- phylox.constants.PROBABILITY_ATTR = 'probability'
The edge attribute used to store the inheritance probability along an edge.
- phylox.constants.RETIC_PREFIX = '__#R'
Prefix for the node name of a reticulation node when parsing a phylogenetic network from newick