groupAnnotation | R Documentation |
Group annotation from the network view in Cytoscape
groupAnnotation(names = NULL, network = NULL, base.url = .defaultBaseUrl)
names |
Name of annotation by UUID or Name |
network |
(optional) Name or SUID of the network. Default is the "current" network active in Cytoscape. |
base.url |
(optional) Ignore unless you need to specify a custom domain, port or version to connect to the CyREST API. Default is http://localhost:1234 and the latest version of the CyREST API supported by this version of RCy3. |
You can obtain a list of UUIDs by applying a subset function like so: sapply(getAnnotationList(), '[[', 'uuid')
UUID of group annotation
groupAnnotation(c("29ac8349-7be4-404e-8363-9537cc39d1ad","3846e949-3130-4362-83de-d02f5368e3ad"))
groupAnnotation(c("annotation1","annotation2", "annotation3"))
groupAnnotation("annotation1")
groupAnnotation(sapply(getAnnotationList(), '[[', 'uuid'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.