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.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('getAllNodes.test', graph=makeSimpleGraph())
displayGraph (cw)
print (getAllNodes (cw))
# [1] "A" "B" "C"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.