get_TCGA_synapse | R Documentation |
Download the merged (Illumina -HiSeq and -GA ) TCGA expression data from Synapse. Note 1: synapse ID "syn2325328" Note 2: requires synapse login, can be automated by creating a .synapseConfig file.
get_TCGA_synapse()
no |
parameters |
data frame of the expression data, genes are rownames, samples as colnames
get_synapse_table
tcga_expr = get_TCGA_synapse() print(dim(tcga_expr)) print(tcga_expr[1:3,1:4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.