Description Usage Arguments Value Author(s) Examples
Rename nodes of trees
1 | rename.tree(tree, old.names, new.names)
|
tree |
A vector of character strings, each containing a newick tree |
old.names |
A vector of current names to be substituted |
new.names |
A vector of equal length to old.names giving the substitutions |
A vector of character strings, in which all nodes with names given in old.names are replaced with values from new.names
Melissa J. Hubisz and Adam Siepel
1 2 3 4 5 6 |
[1] "((human:1,chimp:2):3,mouse:4);"
[2] "((human:0.142679,(mouse:0.08322,rat:0.090564):0.269385):0.020666,dog:0.193569);"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.