getWindowListR Documentation

getWindowList

Description

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

Usage

getWindowList(obj)

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)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  getWindowList (cy)