unhideAllR Documentation

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.

Author(s)

Paul Shannon

See Also

selectNodes clearSelection

Examples

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