Description Usage Arguments Value Author(s) Examples
Apply a label to some branches
1 | label.branches(tree, branches, label)
|
tree |
A vector of character strings, each containing a newick tree |
branches |
A vector of character strings, indicating the branches which should get the label. The branch is named by the node which descends from it. If multiple trees and branches are given, all named branches will be labelled in every tree. |
label |
A single character string giving the label to apply to the named branches. |
A vector of character strings containing the modified trees; the branches are labelled by appending a pound sign and the label to the node name in the tree string.
Melissa J. Hubisz
1 2 3 4 | trees <- c("((hg18:1.0, panTro2:2.0)hg18-panTro2:3.0, mm9:4.0);",
"((hg18:0.142679,(mm9:0.083220,rn4:0.090564)mm9-rn4:
0.269385)hg18-rn4:0.020666,canFam2:0.193569);")
label.branches(trees, c("hg18", "mm9"), "humanAndMouse")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.