annotations: Entity Annotations

Description Usage Arguments Details Value Note Author(s) See Also

Description

Functions for manipulating object annotations

Usage

1
2
3
4

Arguments

object

The object whose annotations are being modified.

which

An annotation name

Details

annotValue is used to get or set a single annotation value. annotationValues is used to get all annotations as a list or to assign the elements of the list as annotations.

the annotations() function should generally not be called by the end-user and may be deprecated in the future.

Value

for deleteAnnotation and annotValue: The modified object.

for annotations: an object of class SynapseAnnotations.

for annotValue: the value stored for the annotation specified by "which"

Note

when using annotationValues<-, if the object already has an annotation with the same name as an element in the list, it's value will be overwritten.

Author(s)

Matt Furia

See Also

properties


Sage-Bionetworks/rSynapseClient documentation built on May 9, 2019, 7:04 p.m.