Description Usage Arguments Value Author(s) See Also Examples
Hide (but do not delete) the currently selected nodes. We strongly recommened that you save the current layout before hiding any nodes: 'unhideAll' often places restored nodes in unpredictable positions.
1 | hideSelectedNodes(obj)
|
obj |
a |
None.
Paul Shannon
unhideAll
1 2 3 4 5 6 | cw <- new.CytoscapeWindow ('hideSelectedNodes.test', graph=makeSimpleGraph())
# saveLayout (cw, 'layout.tmp.RData')
selectNodes (cw, c ('A', 'B'))
hideSelectedNodes (cw)
unhideAll (cw)
# restoreLayout (cw, 'layout.tmp.RData')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.