Description Usage Arguments Value Examples
getSelectedNodes
get the selected nodes
1 2 | ## S4 method for signature 'RCyjs'
getSelectedNodes(obj)
|
obj |
an RCyjs instance |
a data.frame with (at least) an id column
1 2 3 4 5 | if(interactive()){
rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
nodes.to.select <- getNodes(rcy)$id
selectNodes(rcy, nodes.to.select)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.