phylox.rearrangement.heuristics.utils.AllBelow
- phylox.rearrangement.heuristics.utils.AllBelow(network, node)
Finds all nodes below a given node in a network.
- Parameters:
network – a phylogenetic network.
node – a node in the network.
- Returns:
all nodes in the network that are below the chosen node, including this node.