Description Usage Arguments Value Author(s) See Also Examples
Use simple heuristics and previously collected timimg to predict the length of time that will be required to send the R graph across the XMLRPC wire to Cytoscape.
1 |
obj |
a |
Time in seconds.
Paul Shannon
new.CytoscapeWindow
1 2 3 4 5 | cw <- new.CytoscapeWindow ('predictTimeToDisplayGraph.test', graph=makeSimpleGraph(),
collectTimings=TRUE)
message (paste ('estimated time: ', predictTimeToDisplayGraph (cw)))
displayGraph (cw)
layoutNetwork(cw, 'jgraph-spring')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.