hideSelectedEdges: hideSelectedEdges

Description Usage Arguments Value Author(s) See Also Examples

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.

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

None.

Author(s)

Paul Shannon

See Also

unhideAll

Examples

1
2
3
4
5
6
7
8
  cw <- new.CytoscapeWindow ('hideSelectedEdges.test', graph=makeSimpleGraph())
  # selectEdges (cw, 'B (synthetic lethal) C')
  hideSelectedEdges (cw)
  unhideAll (cw)
   # alas, Cytoscape requires that you render these edges, and redo the
   # layout, so that they are visible again
  redraw (cw)
  layoutNetwork(cw, 'jgraph-spring')

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.