getWindowList | R Documentation |
Returns a named list of windows in the current Cytoscape Desktop.
getWindowList(obj)
obj |
a CytoscapeConnectionClass object. |
A named list, in which the values are the titles of the windows; the names of the list are integers.
Paul Shannon
cy <- CytoscapeConnection () getWindowList (cy)