getDirectlyModifiableVisualProperties: getDirectlyModifiableVisualProperties

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
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"

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

1
2
3
4
5
6
7
8
  ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

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

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.