Learn R Programming

dccvalidator (version 0.3.0)

get_synapse_annotations: Get Synapse annotations

Description

Download current annotation values from Synapse and provide them as a data frame.

Usage

get_synapse_annotations(synID = "syn10242922", syn)

Arguments

synID

The Synapse ID of a table to query from. Defaults to "syn10242922"

syn

Synapse client object

Value

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.

Examples

Run this code
# NOT RUN {
syn <- synapse$Synapse()
syn$login()
get_synapse_annotations(synID = "syn10242922", syn = syn)
# }

Run the code above in your browser using DataLab