Learn R Programming

RCy3 (version 1.2.0)

getVisualStyleNames: getVisualStyleNames

Description

Cytoscape provides a number of canned visual styles, to which you may add your own. Use this method to find out the names of those which are currently defined.

Usage

getVisualStyleNames(obj)

Arguments

obj
a CytoscapeConnectionClass object or CytoscapeWindow object.

Value

a list of character strings.

See Also

copyVisualStyle setVisualStyle

Examples

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

  cy <- CytoscapeConnection ()
  print (getVisualStyleNames (cy))

Run the code above in your browser using DataLab