| selectNodes,RCyjs-method {RCyjs} | R Documentation |
selectNodes by node id
## S4 method for signature 'RCyjs' selectNodes(obj, nodeIDs)
obj |
an RCyjs instance |
nodeIDs |
character strings |
no return value
if(interactive()){
rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
selectNodes(rcy, c("A", "B"))
}