找回密码
 注册
查看: 424|回复: 0

R语言 rphast包 rescale.tree()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 00:04:43 | 显示全部楼层 |阅读模式
rescale.tree(rphast)
rescale.tree()所属R语言包:rphast

                                        Scale a Tree or Subtree
                                         扩展一个树或子树

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Rescale a tree
重新缩放树


用法----------Usage----------





参数----------Arguments----------

参数:tree
A vector of character strings, each containing a newick tree
一个字符串向量,每个都包含将Newick树


参数:scale
A vector of scale factors for each tree (will be recycled as necessary if shorter than trees)
每棵树(比例因子的矢量将被回收利用必要的,如果小于树)


参数:subtree
If not NULL, scaling will be on subtree defined by the named node.  Subtrees will be recycled as necessary if shorter than trees.
如果不为NULL,将在指定节点子树定义缩放。必要的,如果小于树子树将被回收利用。


参数:include.leading
(Only applicable when subtree used) If TRUE, include the branch leading to the named node in the subtree.
(仅适用于子树使用时),如果TRUE,包括分公司领导到指定节点的子树中。


值----------Value----------

A vector of trees whose branches have been scaled
树的矢量,其分支机构已扩大


(作者)----------Author(s)----------


Melissa J. Hubisz and Adam Siepel



实例----------Examples----------


trees <- c("((hg18:1.0, panTro2:2.0):3.0, mm9:4.0);",
           "((hg18:0.142679,(mm9:0.083220,rn4:0.090564):0.269385):
                0.020666,canFam2:0.193569);")
rescale.tree(trees, 0.5)
rescale.tree(trees, c(0.5, 2.0))
trees <- name.ancestors(trees)
rescale.tree(trees, 0.5, c("hg18-panTro2", "hg18-mm9"))
      
#' rename.tree[“rename.tree]
trees <- c("((hg18:1.0, panTro2:2.0):3.0, mm9:4.0);",
           "((hg18:0.142679,(mm9:0.083220,rn4:0.090564):0.269385):
                0.020666,canFam2:0.193569);")
rename.tree(trees,
            old.names=c("hg18", "panTro2", "mm9", "rn4", "canFam2"),
            new.names=c("human", "chimp", "mouse", "rat", "dog"))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 06:31 , Processed in 0.026581 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表