sendEdges | R Documentation |
Transfer the edges of the R graph (found in obj@graph) to Cytoscape. This method is not recommended for the average user. It is called behind the scenes by displayGraph.
sendEdges(obj)
obj |
a CytoscapeWindowClass object. |
None.
Paul Shannon
displayGraph sendNodes
cw <- new.CytoscapeWindow ('sendEdges.test', graph=makeSimpleGraph()) sendEdges (cw)