get_synapse_table | R Documentation |
This functions shows how to download data from Synapse. The example is tailored to table-format data: an expression matrix Note: requires synapse login, can be automated by creating a .synapseConfig file with the following contents: [authentication] username: username password: password
get_synapse_table(synapseID, sep = "tab")
synapseID |
- the synapse identifier associated with that dataset |
sep |
- the table separator, ex: tab, comma; default is tab |
data frame of the requested dataset
get_GSE33113_synapse
tab = get_synapse_table('syn2363559') print(tab[1:5,1:3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.