getNodeShapesR Documentation

getNodeShapes

Description

Retrieve the names of the currently supported node shapes, which can then be used in calls to setNodeShapeRule and setDefaultVizMapValue

Usage

getNodeShapes(obj)

Arguments

obj a CytoscapeConnectionClass object.

Value

A list of character strings, e.g., 'trapezoid', 'ellipse', 'rect'

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  getNodeShapes(cy)
   # "trapezoid" "round_rect" "ellipse" "triangle"   "rect_3d" "diamond" "parallelogram" "octagon"   "trapezoid_2" "rect" "hexagon"