getDirectlyModifiableVisualProperties | R Documentation |
Retrieve the names of those visual attributes which can be set directly, bypassing vizmap rules.
getDirectlyModifiableVisualProperties(obj)
obj |
a CytoscapeConnectionClass object. |
A list of about 60 character strings, e.g., "Node Color" and "Edge Font Size"
Paul Shannon
cy <- CytoscapeConnection () getDirectlyModifiableVisualProperties (cy) # [1] "Node Color" "Node Border Color" "Node Line Type" "Node Shape" # [5] "Node Size" "Node Width" "Node Height" "Node Label" # ...