selectEdgesConnectedBySelectedNodes: Select the edges connecting selected nodes in Cytoscape...

Description Usage Arguments Value Author(s) See Also Examples

Description

Selects edges in a Cytoscape Network connecting the selected nodes

Usage

1

Arguments

object

Cytoscape network

Value

network with edges selected

Author(s)

Julia Gustavsen, j.gustavsen@gmail.com

See Also

createWindowFromSelection, selectEdgesConnectedBySelectedNodes, renameCytoscapeNetwork

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
cw <- CytoscapeWindow('vignette select edges', graph = RCy3::makeSimpleGraph(), overwrite = TRUE)
displayGraph(cw)
selectNodes(cw,"A") # selects specific nodes
getSelectedNodes(cw)
getSelectedEdges(cw)
selectFirstNeighborsOfSelectedNodes(cw)
## This has only selected the nodes, but not the edges in Cytoscape, so we will need to select all of the edges before we make the new subnetwork.
selectEdgesConnectedBySelectedNodes(cw)
getSelectedNodes(cw)
getSelectedEdges(cw)

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.