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 updated annotations for the entity
if (FALSE) { # \dontrun{
synSetAnnotations("syn1234567", annotations=list(foo="bar", baz=1))
} # }