Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


RCytoscape (version 1.22.0)

getWindowList: 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.

Examples

Run this code
  cy <- CytoscapeConnection ()
  getWindowList (cy) 

Run the code above in your browser using DataLab