Description Usage Arguments Value Author(s) See Also Examples
Selects edges in a Cytoscape Network connecting the selected nodes
1 |
object |
Cytoscape network |
network with edges selected
Julia Gustavsen, j.gustavsen@gmail.com
createWindowFromSelection
, selectEdgesConnectedBySelectedNodes
, renameCytoscapeNetwork
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.