Description Usage Arguments Value Author(s) See Also Examples
Currently (in Cytoscape 2.7) broken. The redisplay of hidden nodes and edges does not alwasy work...
1 | unhideAll(obj)
|
obj |
a |
None.
Paul Shannon
selectNodes clearSelection
1 2 3 4 5 6 7 8 9 | cw <- new.CytoscapeWindow ('unhideAll.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork(cw, 'jgraph-spring')
redraw (cw)
clearSelection (cw)
selectNodes (cw, 'A')
hideSelectedNodes (cw)
system ('sleep 2')
unhideAll (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.