invertNodeSelection: invertNodeSelection

Description Usage Arguments Value Examples

Description

invertNodeSelection deselect all selected nodes, select all previously unselected nodes

Usage

1
2
## S4 method for signature 'RCyjs'
invertNodeSelection(obj)

Arguments

obj

an RCyjs instance

Value

no return value

Examples

1
2
3
4
5
6
7
if(interactive()){
   g <- simpleDemoGraph()
   rcy <- RCyjs(title="rcyjs demo", graph=g)
   target <- nodes(g)[1]
   selectNodes(rcy, target)
   invertNodeSelection(rcy)
   }

paul-shannon/RCyjs documentation built on May 28, 2019, 1:15 p.m.