get_synapse_table: This functions shows how to download data from Synapse. The...

View source: R/get_data.R

get_synapse_tableR 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

Description

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

Usage

get_synapse_table(synapseID, sep = "tab")

Arguments

synapseID

- the synapse identifier associated with that dataset

sep

- the table separator, ex: tab, comma; default is tab

Value

data frame of the requested dataset

See Also

get_GSE33113_synapse

Examples

tab = get_synapse_table('syn2363559')
print(tab[1:5,1:3])

aeolianine/CRCsubtyping documentation built on Jan. 13, 2023, 12:16 p.m.