Learn R Programming

synapseClient (version 1.14-0)

synAnnot: synAnnot

Description

Get/set properties/annotations on a Synapse Entity

Usage

synAnnot(entity, attribute)<-value synAnnot(entity, attribute)

Arguments

entity
The entity whose properties/annotations are to be set/retrieved.
attribute
The name of the property or value to be set/retrieved.

Value

The attribute value.

Examples

Run this code
## Not run: 
# 	synAnnot(entity, "name")<-"syn101"
# 	synAnnot(entity, "tissueType")<-"plasma"
# 	synAnnot(entity, "id")
# ## End(Not run)

Run the code above in your browser using DataLab