Routes along the tree

Phylo.branchhistoryFunction
branchhistory(tree::AbstractTree, node)

Find the branch route between a node on a tree and its root

source
Phylo.branchfutureFunction
branchfuture(tree::AbstractTree, node)

Find the branches between a node on a tree and its leaves

source
Phylo.branchrouteFunction
branchroute(tree::AbstractTree, node1, node2)

Find the branch route between two nodes on a tree

source
Phylo.nodehistoryFunction
nodehistory(tree::AbstractTree, node)

Find the node route between a node on a tree and its root

source
Phylo.nodefutureFunction
nodefuture(tree::AbstractTree, node)

Find the nodes between a node on a tree and its leaves

source
Phylo.noderouteFunction
noderoute(tree::AbstractTree, node1, node2)

Find the node route between two nodes on a tree

source