You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download omics data from Synapse at synapseID syn66364488. Requires a synapse token, which requires you to make a Synapse account
10
+
and create a Personal Access Token. More information here: https://help.synapse.org/docs/Managing-Your-Account.2055405596.html#ManagingYourAccount-PersonalAccessTokens
11
+
Omics data is an excel file. The excel file is then parsed for the RNAseq, copy number, and mutations data.
12
+
13
+
Parameters
14
+
----------
15
+
synID : string
16
+
SynapseID of dataset to download. Default is synapseID of the sequencing dataset.
17
+
18
+
save_path : string
19
+
Local path where the downloaded file will be saved.
20
+
21
+
synToken : string
22
+
Synapse Personal Access Token of user. Requires a Synapse account. More information at: https://help.synapse.org/docs/Managing-Your-Account.2055405596.html#ManagingYourAccount-PersonalAccessTokens
0 commit comments