Description Usage Arguments Value Author(s) Examples
Returns the number of windows which currently exist in the Cytoscape Desktop.
1 | getWindowCount(obj)
|
obj |
a |
An integer.
Paul Shannon
1 2 3 4 5 6 | cy <- CytoscapeConnection ()
count.at.start = getWindowCount (cy)
cw2 <- CytoscapeWindow ('getWindowCount.test1', graph=makeSimpleGraph())
cw3 <- CytoscapeWindow ('getWindowCount.test2', graph=makeSimpleGraph())
getWindowCount (cy)
# should be two greater than 'count.at.start'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.