Description Usage Arguments Value Author(s) Examples
Returns the Bioconductor graph object which belongs to the specified CytoscapeWindow object
1 | getGraph(obj)
|
obj |
a |
A graph object.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
1 2 3 4 5 6 7 8 9 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('getGraph.test', graph=makeSimpleGraph())
displayGraph (cw)
print (getGraph (cw))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.