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"
Paul Shannon
1 2 3 | cy <- CytoscapeConnection ()
getAttributeClassNames (cy)
# [1] "floating|numeric|double" "integer|int" "string|char|character"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.