Description Usage Arguments Value Author(s) See Also Examples
Raise this window to the top on the Cytoscape desktop, so that it can be seen.
1 | raiseWindow(obj, window.title=NA)
|
obj |
a |
window.title |
a |
None.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
resizeWindow
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# WARNING: Method RCy3::raiseWindow() is not implemented in RCy3!
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('raiseWindow.test', graph=makeSimpleGraph())
cw2 <- CytoscapeWindow ('raiseWindow.test2', graph=makeSimpleGraph())
raiseWindow (cw)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.