sendNodes | R Documentation |
Transfer the nodes 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.
sendNodes(obj)
obj |
a CytoscapeWindowClass object. |
None.
Paul Shannon
displayGraph sendEdges
cw <- new.CytoscapeWindow ('sendNodes.test', graph=makeSimpleGraph()) sendNodes (cw)