sfn: sfn

Description Usage Arguments Value Examples

Description

sfn select first neighbors of the currently selected nodes

Usage

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

Arguments

obj

an RCyjs instance

Value

no return value

Examples

1
2
3
4
5
6
7
if(interactive()){
   rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
   selectNodes(rcy, "A")
   getSelectedNodes(rcy)  # just one
   sfn()
   getSelectedNodes(rcy)  # now three
   }

RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.