Description Usage Arguments Value See Also Examples
showNodes
show the named nodes from view
1 2 | ## S4 method for signature 'RCyjs'
showNodes(obj, nodeIDs)
|
obj |
an RCyjs instance |
no return value
1 2 3 4 5 6 7 8 9 10 | if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="rcyjs demo", graph=g)
target <- nodes(g)[1]
hideNodes(rcy, "A")
getNodes(rcy, "hidden")
getNodes(rcy, "visible")
showNodes(rcy, "A")
getNodes(rcy, "visible")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.