Description Usage Arguments Value Author(s) Examples
Retrieve the names of the currently supported node shapes, which can then be used in calls to setNodeShapeRule and setDefaultVizMapValue.
1 | getNodeShapes(obj)
|
obj |
a |
A list of character strings, e.g. 'ELLIPSE', 'RECTANGLE'.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cy <- CytoscapeConnection ()
getNodeShapes(cy)
# [1] "VEE" "RECTANGLE" "PARALLELOGRAM" "DIAMOND"
# [5] "ROUND_RECTANGLE" "ELLIPSE" "TRIANGLE" "HEXAGON"
# [9] "OCTAGON"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.