Description Usage Arguments Value Author(s) See Also Examples
Cytoscape provides a number of canned visual styles, to which you may add your own. Use this method to find out the names of those which are currently defined.
1 | getVisualStyleNames(obj)
|
obj |
a |
a list
of character strings.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
copyVisualStyle setVisualStyle
1 2 3 4 5 6 7 8 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cy <- CytoscapeConnection ()
print (getVisualStyleNames (cy))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.