Description Usage Arguments Value Examples
View source: R/function_download.gdc.R
download_gdc
is a function designed to download methylation, mutation,
clinical data, protein expression, MAGETAB, gene expression, isoform
expression, miRNA expression and clinical images data from GDC Data Portal
and GDC Legacy Archive.
1 2 3 4 5 6 7 8 9 | download_gdc(
data_type = "gene",
tumor,
data_base = "legacy",
htseq = "",
work_dir,
all_files = FALSE,
platform = "all"
)
|
data_type |
Type of data. It could be
|
tumor |
A character string contaning one of the 33 tumors available in
the TCGA project. For instance, the |
data_base |
A character string specifying |
htseq |
A character string indicating which HTSeq workflow data should
be downloaded: |
work_dir |
A character string specifying the path to work directory. |
all_files |
A logical value. Set |
platform |
A character string indicating the platform name for methylation, exon quantificaton, miRNA, and mutation data.
The default for all data_type cited is |
the files download are stored inside the determined folders in the user machine.
1 2 3 4 | library(DOAGDC)
# Downloading gene expression data from GDC Legacy Archive
download_gdc("gene", "CHOL", "legacy", work_dir = "~/Desktop")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.