displayGraph(RCytoscape)
displayGraph()所属R语言包:RCytoscape
displayGraph
displayGraph
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method transmits the CytoscapeWindowClass's graph data, from R to Cytoscape: nodes, edges, node and edge attributes, and displays it in a window titled as specified by the objects 'title' slot. With large graphs, this transmission may take a while. (todo: provide a few timing examples.) The resulting view, in Cytoscape, of the network will need layout and vizmap rendering; layout so that all the nodes and edges can be seen; rendering so that data attributes can control the appearance of the the nodes and edges.
这种方法了CytoscapeWindowClass的图形数据传输,从R Cytoscape的节点,边缘节点和边的属性,并显示在窗口标题为指定对象标题插槽。大图,这种传输可能需要一段时间。 (TODO:提供了几个计时的例子)认为,在Cytoscape的网络,将需要布局和vizmap渲染;布局,从而可以看出,所有的节点和边;渲染,使数据属性可以控制的外观节点和边。
用法----------Usage----------
displayGraph(obj)
参数----------Arguments----------
参数:obj
a CytoscapeWindowClass object.
CytoscapeWindowClass对象。
值----------Value----------
Nothing.
没有。
作者(S)----------Author(s)----------
Paul Shannon
举例----------Examples----------
cw <- CytoscapeWindow ('displayGraph.test', graph=makeSimpleGraph())
displayGraph (cw)
layout (cw, 'jgraph-spring')
redraw (cw)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|