Description Usage Arguments Value Author(s) Examples
Returns the Cytoscape network as a bioconductor graph
1 | getGraphFromCyWindow(obj, window.title)
|
obj |
a |
window.title |
a |
A bioconductor graph object.
Paul Shannon
1 2 3 4 5 6 | cw <- CytoscapeWindow ('getGraphFromCyWindow.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork(cw)
redraw (cw)
g.cy <- getGraphFromCyWindow (cw, 'getGraphFromCyWindow.test')
print (g.cy) # 3 nodes, 3 edges
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.