Description Usage Arguments Value Examples
View source: R/data_download.R
Download TCGA data from API, using TCGAbiolinks package
1 | data_download(cohort, datatype = "RNAseq")
|
cohort |
Character, e.g. TCGA-CHOL, please refer to GDC portal for proper abbreviations. |
datatype |
Character, now only support RNA-seq, e.g. RNA-seq/RNAseq |
List: including a DGEList object, and survival data
1 | chol <- data_download("TCGA-CHOL", datatype="RNAseq")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.