selectNodes,RCyjs-method {RCyjs}R Documentation

selectNodes

Description

selectNodes by node id

Usage

## S4 method for signature 'RCyjs'
selectNodes(obj, nodeIDs)

Arguments

obj

an RCyjs instance

nodeIDs

character strings

Value

no return value

Examples

if(interactive()){
   rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
   selectNodes(rcy, c("A", "B"))
   }


[Package RCyjs version 2.4.0 Index]