getNodeShapes | R Documentation |
Retrieve the names of the currently supported node shapes, which can then be used in calls to setNodeShapeRule and setDefaultVizMapValue
getNodeShapes(obj)
obj |
a CytoscapeConnectionClass object. |
A list of character strings, e.g., 'trapezoid', 'ellipse', 'rect'
Paul Shannon
cy <- CytoscapeConnection () getNodeShapes(cy) # "trapezoid" "round_rect" "ellipse" "triangle" "rect_3d" "diamond" "parallelogram" "octagon" "trapezoid_2" "rect" "hexagon"