Learn R Programming

RCy3 (version 1.2.0)

unhideAll: unhideAll

Description

Currently not implemented yet

Usage

unhideAll(obj)

Arguments

obj
a CytoscapeWindowClass object.

Value

None.

See Also

selectNodes clearSelection

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cw <- CytoscapeWindow ('unhideAll.test', graph=makeSimpleGraph())
  displayGraph (cw)
  layoutNetwork(cw, 'force-directed')
  redraw (cw)
  clearSelection (cw)
  selectNodes (cw, 'A')
  hideSelectedNodes (cw)
  system ('sleep 0.5')
  unhideAll (cw)

Run the code above in your browser using DataLab