Description Usage Arguments Value Author(s) Examples
Retrieve the names of the recognized and supported names for the class of any node or edge attribute. Two or three options are provided for each of the basic types, with the intention that you can use names that seem natural to you, and RCytoscape will recognize them.
1 |
obj |
a |
A list of character strings group, e.g., "floating|numeric|double", "integer|int", "string|char|character"
Tanja Muetze, Georgi Kolishovski, Paul Shannon
1 2 3 4 5 6 7 8 9 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cyw <- CytoscapeConnection ()
getAttributeClassNames (cyw)
# [1] "floating|numeric|double" "integer|int" "string|char|character"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.