Description Usage Arguments Value Author(s) See Also Examples
Node and edge attributes belong to the Cytoscape session as a whole, not to a particular window. Use this method to find out the name of the currently defined edge attributes.
1 |
obj |
a |
A list of names.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
getEdgeAttribute deleteEdgeAttribute getNodeAttributeNames
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('demo.getEdgeAttributeNames', graph=makeSimpleGraph())
displayGraph (cw)
print (getEdgeAttributeNames (cw))
# [1] "name" "interaction" "edgeType" "score" "misc"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.