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.
1 | getArrowShapes(obj)
|
obj |
a |
A list of character strings, e.g., 'DIAMOND', 'T', 'ARROW'
Tanja Muetze, Georgi Kolishovski, Paul Shannon
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.