Description Usage Arguments Value Author(s) Examples
Returns the number of node currently selected.
1 | getSelectedNodeCount(obj)
|
obj |
a |
An integer.
Paul Shannon
1 2 3 4 5 6 7 8 | cw <- new.CytoscapeWindow ('getSelectedNodeCount.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork(cw, 'jgraph-spring')
redraw (cw)
# in Cytoscape, interactively select two nodes, or
selectNodes (cw, c ('A','B'))
getSelectedNodeCount (cw)
# [1] 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.