Description Usage Arguments Value Author(s) See Also Examples
Select the specified nodes.
1 | invertNodeSelection(obj)
|
obj |
a |
None.
Paul Shannon
clearSelection invertNodeSelection
1 2 3 4 5 6 7 8 | cw <- new.CytoscapeWindow ('invertNodeSelection demo', graph=makeSimpleGraph())
# all nodes should be selected, since none were before
selectNodes (cw, 'A')
invertNodeSelection (cw)
redraw (cw)
# a richer test will be to programmatically select nodes, but that
# does not work yet (pshannon, 13 jan 2011)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.