Learn R Programming

RCytoscape (version 1.22.0)

unhideAll: unhideAll

Description

Currently (in Cytoscape 2.7) broken. The redisplay of hidden nodes and edges does not alwasy work...

Usage

unhideAll(obj)

Arguments

obj
a CytoscapeWindowClass object.

Value

None.

See Also

selectNodes clearSelection

Examples

Run this code
  cw <- new.CytoscapeWindow ('unhideAll.test', graph=makeSimpleGraph())
  displayGraph (cw)
  layoutNetwork(cw, 'jgraph-spring')
  redraw (cw)
  clearSelection (cw)
  selectNodes (cw, 'A')
  hideSelectedNodes (cw)
  system ('sleep 2')
  unhideAll (cw)

Run the code above in your browser using DataLab