label.branches(rphast)
label.branches()所属R语言包:rphast
Label tree branches
标签树枝
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Apply a label to some branches
一些分支机构标签
用法----------Usage----------
参数----------Arguments----------
参数:tree
A vector of character strings, each containing a newick tree
一个字符串向量,每个都包含将Newick树
参数: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.
一个字符串的标签适用于命名的分支。
值----------Value----------
A vector of character strings containing the modified trees; the branches are labelled by appending a pound sign and the label
一个向量的字符串包含的基因树木的树枝被标记为一个的磅符号和标签附加
(作者)----------Author(s)----------
Melissa J. Hubisz
实例----------Examples----------
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")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|