Description Usage Arguments Value Examples
View source: R/selectFirstNeighbors.R
Select nodes directly connected to currently selected nodes. Can specify connection directionality using the direction param.
1 2 | selectFirstNeighbors(direction = "any", network = "current",
base.url = "http://localhost:1234/v1")
|
direction |
direction of connections to neighbors to follow, e.g., incoming, outgoing, undirected, or any (default) |
network |
name or suid of the network; default is "current" network |
base.url |
cyrest base url for communicating with cytoscape |
list of names of selected nodes, including original selection
1 2 3 | selectFirstNeighbors()
selectFirstNeighors('outgoing')
selectFirstNeighors('incoming')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.