mergeGraphs(KEGGgraph)
mergeGraphs()所属R语言包:KEGGgraph
A function to merge KEGG graphs
函数合并KEGG图表的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function merges a list of KEGG graphs into one graph object. The merged graph have unique nodes, and edges are merged into non-duplicate sets.
函数合并的KEGG图表到一个图形对象名单。合并后的图有独特的节点,边合并到非重复集。
For the reason of speed, mergeGraphs discards KEGG node and edge informations. To maintain them while merging graphs, please use mergeKEGGgraphs.
对于速度的原因,mergeGraphs丢弃的KEGG节点和边缘信息。为了维持他们的合并图,请使用mergeKEGGgraphs。
用法----------Usage----------
mergeGraphs(list, edgemode = "directed")
参数----------Arguments----------
参数:list
A list of graph objects, which can be created by parseKGML2Graph
一个图形对象的名单,可以通过parseKGML2Graph创建
参数:edgemode
Edge mode of the graph product, by default 'directed'
边缘图产品模式默认情况下,“定向”
Details
详情----------Details----------
The function takes a list of graphs and merges them into a new graph. The nodes of individual graphs must be unique. The function takes care of the removal of duplicated edges.
该函数图的列表,并将它们合并成一个新的图形。个别图形的节点必须是唯一的。该功能需要照顾去除重复的边缘。
值----------Value----------
A directed graph
一个有向图
注意----------Note----------
It is known that graphs from C.elegance pathways have problem when merging, because the nodes name are not consistent betweeen edge records and entry IDs.
据了解,从C.elegance途径图表合并时有问题,因为节点名称并不一致betweeen边记录和条目ID。
作者(S)----------Author(s)----------
Jitao David Zhang <jitao_david.zhang@roche.com>
参见----------See Also----------
parseKGML2Graph
parseKGML2Graph
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|