Description Usage Arguments References
Get the relative rates of two decendant branches.
1  | decendDist(bnode, t, finalrates)
 | 
bnode | 
 a node in the tree with two decendants  | 
t | 
 the tree  | 
finalrates | 
 ancestral relative rates, which are used as multipliers Method: Get the average distance from bnode to all decendant tips (avgdist). For each of bnode's direct child nodes (c1,c2): Get the total distance from this node to each tip (c1dist,c2dist). Divide this total by avgdist (rate1,rate2). If bnode is not the root node: Multiply each rate by the ancestor relative rate.  | 
Tamura et al. 2012 PNAS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.