getVisualStyleNames: getVisualStyleNames

Description Usage Arguments Value Author(s) See Also Examples

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

1

Arguments

obj

a CytoscapeConnectionClass object or CytoscapeWindow object.

Value

a list of character strings.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

copyVisualStyle setVisualStyle

Examples

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

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

## End(Not run)

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