hideSelectedNodes: hideSelectedNodes

Description Usage Arguments Value Author(s) See Also Examples

Description

Hide (but do not delete) the currently selected nodes. We strongly recommened that you save the current layout before hiding any nodes: 'unhideAll' often places restored nodes in unpredictable positions.

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

None.

Author(s)

Paul Shannon

See Also

unhideAll

Examples

1
2
3
4
5
6
  cw <- new.CytoscapeWindow ('hideSelectedNodes.test', graph=makeSimpleGraph())
  # saveLayout (cw, 'layout.tmp.RData')
  selectNodes (cw, c ('A', 'B'))
  hideSelectedNodes (cw)
  unhideAll (cw)
  # restoreLayout (cw, 'layout.tmp.RData')

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