Description Usage Arguments Value Author(s) See Also Examples
Invert edge selection, i.e. select all edges that were not selected and deselect all edges that were selected.
1 | invertEdgeSelection(obj)
|
obj |
a |
None.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
clearSelection invertNodeSelection
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('invertEdgeSelection demo', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork (cw, 'force-directed')
invertEdgeSelection (cw)
# all edges should be selected, since none were before
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.