getWindowList: getWindowList

Description Usage Arguments Value Author(s) Examples

Description

Returns a named list of windows in the current Cytoscape Desktop.

Usage

1

Arguments

obj

a CytoscapeConnectionClass object.

Value

A named list, in which the values are the titles of the windows; the names of the list are integers.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
  ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cy <- CytoscapeConnection ()
  getWindowList (cy)
    # NULL
  cw2 <- CytoscapeWindow ('getWindowList.test1', graph=makeSimpleGraph())
  cw3 <- CytoscapeWindow ('getWindowList.test2', graph=makeSimpleGraph())
  getWindowList (cy)
    # [1] "getWindowList.test2" "getWindowList.test1"

## End(Not run)

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