Description Usage Arguments Value Examples
View source: R/get-synapse-annotations.R
Download current annotation values from Synapse and provide them as a data frame.
1 | get_synapse_annotations(synID = "syn10242922", syn)
|
synID |
The Synapse ID of a table to query from. Defaults to "syn10242922" |
syn |
Synapse client object |
A data frame containing all annotation keys, descriptions, column types, maximum sizes, values, value descriptions, sources, and the name of the annotation's parent module.
1 2 3 4 5 6 | ## Not run:
syn <- synapse$Synapse()
syn$login()
get_synapse_annotations(synID = "syn10242922", syn = syn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.