getArrowShapes: getArrowShapes

Description Usage Arguments Value Author(s) Examples

Description

Retrieve the names of the currently supported 'arrows' – the decorations can (optionally) appear at the ends of edges, adjacent to the nodes they connect, and conveying information about the nature of the nodes' relationship.

Usage

1

Arguments

obj

a CytoscapeConnectionClass object.

Value

A list of character strings, e.g., 'DIAMOND', 'T', 'ARROW'

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

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

  cy <- CytoscapeConnection ()
  getArrowShapes (cy)
    # [1] "DIAMOND_SHORT_1" "HALF_TOP"        "DELTA_SHORT_2"   "DELTA"          
    # [5] "HALF_BOTTOM"     "CIRCLE"          "DIAMOND"         "DIAMOND_SHORT_2"
    # [9] "NONE"            "T"               "ARROW"           "ARROW_SHORT"    
    # [13] "DELTA_SHORT_1"  

## End(Not run)

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