Description Usage Arguments Value Examples
selectNodes
by node id
1 2 | ## S4 method for signature 'RCyjs'
selectNodes(obj, nodeIDs)
|
obj |
an RCyjs instance |
nodeIDs |
character strings |
no return value
1 2 3 4 | if(interactive()){
rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
selectNodes(rcy, c("A", "B"))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.