Description Usage Arguments Value Author(s) Examples
Retrieve the identifiers of all the nodes in the current graph - a list of strings.
1 | getAllNodes(obj)
|
obj |
a |
A list of character strings. Note that node names are returned – their original and primary identifiers – and that these may be different from the node labels that you see when you look at the graph in Cytoscape.
Paul Shannon
1 2 3 4 | cw <- CytoscapeWindow ('getAllNodes.test', graph=makeSimpleGraph())
displayGraph (cw)
print (getAllNodes (cw))
# [1] "C" "B" "A"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.