Description Usage Arguments Value Author(s) See Also Examples
Use simple heuristics and previously collected timing to predict the length of time that will be required to send the R graph across the CyREST wire to Cytoscape.
1 |
obj |
a |
Time in seconds.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
CytoscapeWindow
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('predictTimeToDisplayGraph.test', graph=makeSimpleGraph(),
collectTimings=TRUE)
message (paste ('estimated time: ', predictTimeToDisplayGraph (cw)))
displayGraph (cw)
layoutNetwork(cw, 'force-directed')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.