Convert-Names-and-Classes | R Documentation |
The aspects in an RCX object are accessed by a name
and return the aspect as an object of cls
.
To simplify the conversion between those, these functions return the corresponding name.
aspectName2Class(name) aspectClass2Name(cls)
name |
character; name of the RCX accession of the Aspect |
cls |
character; name of the aspect class |
The following accessions/classes are available within the standard RCX implementation:
accession name <=> class name
metaData <=> MetaDataAspect nodes <=> NodesAspect edges <=> EdgesAspect nodeAttributes <=> NodeAttributesAspect edgeAttributes <=> EdgeAttributesAspect networkAttributes <=> NetworkAttributesAspect cartesianLayout <=> CartesianLayoutAspect cyGroups <=> CyGroupsAspect cyVisualProperties <=> CyVisualPropertiesAspect cyHiddenAttributes <=> CyHiddenAttributesAspect cyNetworkRelations <=> CyNetworkRelationsAspect cySubNetworks <=> CySubNetworksAspect cyTableColumn <=> CyTableColumnAspect```
accession or class name
aspectName2Class("nodes") ##[1] "NodesAspect" aspectClass2Name("NodesAspect") ##[1] "nodes" aspectClasses subAspectClasses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.