Description Usage Arguments Value Author(s) See Also Examples
Select the specified nodes.
1 | selectNodes(obj, node.names, preserve.current.selection=TRUE)
|
obj |
a |
node.names |
a |
preserve.current.selection |
a |
None.
Paul Shannon
clearSelection getSelectedNodeCount getSelectedNodes hideSelectedNodes
1 2 3 4 5 | cw <- new.CytoscapeWindow ('selectNodes.test', graph=makeSimpleGraph())
clearSelection (cw)
selectNodes (cw, c ('A', 'B'))
getSelectedNodes (cw)
# [1] "A" "B"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.