indRender(keggorthology)
indRender()所属R语言包:keggorthology
indented textual rendering of nodes of a hierarchical graph
缩进文本渲染节点层次图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
indented textual rendering of nodes of a hierarchical graph
缩进文本渲染节点层次图
用法----------Usage----------
indRender(klike, from=nodes(klike)[1], indent=" ")
参数----------Arguments----------
参数:klike
a graph, with tree structure similar to KOgraph
一个树状结构图,类似KOgraph
参数:from
a node name from which the rendering should proceed to all leaves
渲染进行所有的树叶节点名称
参数:indent
token to use for indentation – will be replicated to depth of node to be rendered to its left
令牌使用缩进 - 将被复制到节点的深度呈现其左侧
Details
详情----------Details----------
Based on keggorthology read of KEGG orthology, March 2 2010. Specifically, we run wget on ftp://ftp.genome.jp/pub/kegg/brite/ko/ko00001.keg and use parsing and modeling code given in inst/keggHTML to generate a data frame respecting the hierarchy, and then keggDF2graph to construct the graph.
基于对keggorthology读KEGG直向,2010年3月2日。具体来说,我们运行的wget的ftp://ftp.genome.jp/pub/kegg/brite/ko/ko00001.keg和使用解析和建模INST / keggHTML的代码生成一个数据框尊重层次上,然后 keggDF2graph构造图。
值----------Value----------
NULL
为NULL
作者(S)----------Author(s)----------
Vince Carey <stvjc@channing.harvard.edu>
举例----------Examples----------
data(KOgraph)
indRender(KOgraph, "Human Diseases")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|