synSetAnnotations | R Documentation |
Update annotations for an Entity in the Synapse Repository. This function will replace all the existing annotations with the given annotations.
synSetAnnotations(entity, annotations=list(), ...)
entity |
The Entity or Synapse Entity ID whose annotations are to be updated |
annotations |
A named list of annotation names and values |
... |
optional annotation name / value pairs |
the updated annotations for the entity
## Not run:
synSetAnnotations("syn1234567", annotations=list(foo="bar", baz=1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.