Description Usage Arguments Value Author(s) Examples
Retrieve the names of those visual attributes which can be set directly, bypassing vizmap rules.
1 | getDirectlyModifiableVisualProperties(obj, vizmap.style.name = "default")
|
obj |
a |
vizmap.style.name |
a visual style name. |
A list of about 106 character strings, e.g., "EDGE_LABEL_FONT_SIZE" and "NODE_SHAPE"
Tanja Muetze, Georgi Kolishovski, Paul Shannon
1 2 3 4 5 6 7 8 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeConnection ()
getDirectlyModifiableVisualProperties (cw, vizmap.style.name="default")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.