Description Usage Arguments Value Author(s) Examples
Reports the number of the edges in the current graph.
1 | getEdgeCount(obj)
|
obj |
a |
A list of character strings.
Paul Shannon
1 2 3 4 5 6 7 | cw <- new.CytoscapeWindow ('getEdgeCount.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork(cw, 'jgraph-spring')
redraw (cw)
# in Cytoscape, interactively select two nodes, or
getEdgeCount (cw)
# [1] 3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.