deleteAllWindows: deleteAllWindows

Description Usage Arguments Value Author(s) Examples

Description

Delete all the network windows currently held by Cytoscape, removing them from the screen, and deleting Cytoscape's copy of all of the graphs. The R graphs are unchanged.

Usage

1

Arguments

obj

a CytoscapeConnectionClass object.

Value

Nothing.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

1
2
3
4
5
6
7
  ## Not run: 
  cy <- CytoscapeConnection ()
  cw1 = CytoscapeWindow ('cw1')
  cw2 = CytoscapeWindow ('cw2')
  deleteAllWindows (cy)

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.