Description Usage Arguments Value Author(s) Examples
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. of strings.
1 | getArrowShapes(obj)
|
obj |
a |
A list of character strings, e.g., 'WHITE_DIAMOND', 'BLACK_T'
Paul Shannon
1 2 3 | cy <- CytoscapeConnection ()
getArrowShapes (cy)
# [1] "No Arrow" "Diamond" "Delta" "Arrow" "T" "Circle" "Half Arrow Top" "Half Arrow Bottom"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.