getNodeShapes: getNodeShapes

Description Usage Arguments Value Author(s) Examples

Description

Retrieve the names of the currently supported node shapes, which can then be used in calls to setNodeShapeRule and setDefaultVizMapValue.

Usage

1

Arguments

obj

a CytoscapeConnectionClass object.

Value

A list of character strings, e.g. 'ELLIPSE', 'RECTANGLE'.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

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

  cy <- CytoscapeConnection ()
  getNodeShapes(cy)
   # [1] "VEE"             "RECTANGLE"       "PARALLELOGRAM"   "DIAMOND"        
   # [5] "ROUND_RECTANGLE" "ELLIPSE"         "TRIANGLE"        "HEXAGON"        
   # [9] "OCTAGON" 

## End(Not run)

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