Description Usage Arguments Value Author(s) See Also Examples
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.
1 | sendEdges(obj)
|
obj |
a |
None.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
displayGraph sendNodes
1 2 3 4 5 6 7 8 9 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('sendEdges.test', graph=makeSimpleGraph())
sendNodes (cw)
sendEdges (cw)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.