Description Usage Arguments Value Author(s) See Also Examples
Windows in Cytoscape have both a title and an identifier. The title is useful for human readers; the identifier is used by Cytoscape internals, and is sometimes useful to obtain.This method returns the identifier associated with the window title.
| 1 | getWindowID(obj, window.title)
 | 
| obj | a  | 
| window.title | a  | 
The identifier (id) of a window, which is always a string – even if the identifer appears to be an integer.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
getWindowList
| 1 2 3 4 5 6 7 8 9 10 |   ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())
  cy <- CytoscapeConnection ()
  cw <- CytoscapeWindow ('getWindowID.test', graph=makeSimpleGraph())
  displayGraph (cw)
  getWindowID (cy, 'getWindowID.test')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.