synSetAnnotations.Rd
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(), ...)
The Entity or Synapse Entity ID whose annotations are to be updated
A named list of annotation names and values
optional annotation name / value pairs
the updated annotations for the entity
if (FALSE) {
synSetAnnotations("syn1234567", annotations=list(foo="bar", baz=1))
}