unhideAll: unhideAll

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
unhideAll(obj)

Arguments

obj

a CytoscapeWindowClass object.

Value

None.

Author(s)

Paul Shannon

See Also

selectNodes clearSelection

Examples

1
2
3
4
5
6
7
8
9
  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)

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