hideSelectedEdges(RCytoscape)
hideSelectedEdges()所属R语言包:RCytoscape
hideSelectedEdges
hideSelectedEdges
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Hide (but do not delete) the currently selected edges. 'Unhide' is supposed to return them to view, but this is broken in Cytoscape 2.7.
隐藏(但不删除)当前选定的边缘。 “取消隐藏”应该返回他们查看,但是这是在Cytoscape的2.7打破。
用法----------Usage----------
hideSelectedEdges(obj)
参数----------Arguments----------
参数:obj
a CytoscapeWindowClass object.
CytoscapeWindowClass对象。
值----------Value----------
None.
没有。
作者(S)----------Author(s)----------
Paul Shannon
参见----------See Also----------
unhideAll
unhideAll
举例----------Examples----------
cw <- new.CytoscapeWindow ('hideSelectedEdges.test', graph=makeSimpleGraph())
# selectEdges (cw, 'B (synthetic lethal) C')[selectEdges(CW,“B(合成致死)C”)]
hideSelectedEdges (cw)
unhideAll (cw)
# alas, Cytoscape requires that you render these edges, and redo the[唉,Cytoscape的需要,使这些边缘,重做]
# layout, so that they are visible again[布局,使它们再次可见]
redraw (cw)
layout (cw, 'jgraph-spring')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|