Description Usage Arguments Author(s) Examples
This function calculates the distance of two sequences on the basis of number of ancestors between two sequences.
1 | nancdist(tree, taxaname)
|
tree |
a tree in the Newick format |
taxaname |
taxa names |
Liang Liu
1 2 3 | treestr<-"((((H:0.1,C:0.1):0.1,G:0.1):0.1,O:0.1):0.1,W:0.1);"
taxaname<-species.name(treestr)
nancdist(treestr, taxaname)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.