Learn R Programming

RCy3 (version 1.2.0)

getDirectlyModifiableVisualProperties: getDirectlyModifiableVisualProperties

Description

Retrieve the names of those visual attributes which can be set directly, bypassing vizmap rules.

Usage

getDirectlyModifiableVisualProperties(obj, vizmap.style.name = "default")

Arguments

obj
a CytoscapeConnectionClass object.
vizmap.style.name
a visual style name.

Value

A list of about 106 character strings, e.g., "EDGE_LABEL_FONT_SIZE" and "NODE_SHAPE"

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cw <- CytoscapeConnection ()
  getDirectlyModifiableVisualProperties (cw, vizmap.style.name="default")

Run the code above in your browser using DataLab