invertEdgeSelection: invertEdgeSelection

Description Usage Arguments Value Author(s) See Also Examples

Description

Select the specified nodes.

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

None.

Author(s)

Paul Shannon

See Also

clearSelection invertNodeSelection

Examples

1
2
3
4
5
6
7
  cw <- new.CytoscapeWindow ('invertEdgeSelection demo', graph=makeSimpleGraph())
     # all edges should be selected, since none were before
  invertEdgeSelection (cw)
  redraw (cw)
     # a richer test will be to programmatically select edges, but that
     #  does not work yet (pshannon, 13 jan 2011)
   

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