Routes along the tree
Phylo.branchhistory
— Functionbranchhistory(tree::AbstractTree, node)
Find the branch route between a node on a tree and its root
Phylo.branchfuture
— Functionbranchfuture(tree::AbstractTree, node)
Find the branches between a node on a tree and its leaves
Phylo.branchroute
— Functionbranchroute(tree::AbstractTree, node1, node2)
Find the branch route between two nodes on a tree
Phylo.nodehistory
— Functionnodehistory(tree::AbstractTree, node)
Find the node route between a node on a tree and its root
Phylo.nodefuture
— Functionnodefuture(tree::AbstractTree, node)
Find the nodes between a node on a tree and its leaves
Phylo.noderoute
— Functionnoderoute(tree::AbstractTree, node1, node2)
Find the node route between two nodes on a tree