getAllEdges | R Documentation |
Retrieve all edges in the current graph, expressed in the standard Cytoscape notation.
getAllEdges(obj)
obj |
a CytoscapeWindowClass object. |
A list of character strings.
Paul Shannon
cw <- CytoscapeWindow ('getAllEdges.test', graph=makeSimpleGraph()) # [1] "C (undefined) A" "B (synthetic lethal) C" "A (phosphorylates) B"