Learn R Programming

RCytoscape (version 1.22.0)

invertEdgeSelection: invertEdgeSelection

Description

Select the specified nodes.

Usage

invertEdgeSelection(obj)

Arguments

obj
a CytoscapeWindowClass object.

Value

None.

See Also

clearSelection invertNodeSelection

Examples

Run this code
  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)
   

Run the code above in your browser using DataLab