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., 'trapezoid', 'ellipse', 'rect'
Paul Shannon
1 2 3 | cy <- CytoscapeConnection ()
getNodeShapes(cy)
# "trapezoid" "round_rect" "ellipse" "triangle" "rect_3d" "diamond" "parallelogram" "octagon" "trapezoid_2" "rect" "hexagon"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.