Description Usage Arguments Value Author(s) Examples
Retrieve the identifiers of all the edges selected in the current graph.
1 | getSelectedEdges(obj)
|
obj |
a |
A list of character strings.
Paul Shannon
1 2 3 4 5 6 7 | cw <- new.CytoscapeWindow ('getSelectedEdges.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork(cw, 'jgraph-spring')
redraw (cw)
# in Cytoscape, interactively select two edges
# doesn't work yet: selectEdges (cwe, "A (phosphorylates) B")
getSelectedEdges (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.