Description Usage Arguments Value Author(s) Examples
Get the number of nodes in a tree
1 | numnodes.tree(tree)
|
tree |
A vector of character strings, each containing a newick tree |
A numeric vector containing the number of nodes in each tree
Melissa J. Hubisz and Adam Siepel
1 2 3 4 | numnodes.tree(c("((hg18:0.142679,(mm9:0.083220,rn4:0.090564):0.269385):
0.020666,canFam2:0.193569);",
"(human, (mouse, rat));"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.