Description Usage Arguments Value Author(s) Examples
Retrieve all edges in the current graph, expressed in the standard Cytoscape notation.
1 | getAllEdges(obj)
|
obj |
a |
A list of character strings.
Paul Shannon
1 2 3 4 | cw <- CytoscapeWindow ('getAllEdges.test', graph=makeSimpleGraph())
displayGraph (cw)
print (getAllEdges (cw))
# [1] "C (undefined) A" "B (synthetic lethal) C" "A (phosphorylates) B"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.