Description Usage Arguments Value Examples
Fetch the genomic datasets for the given cancer type from TCGA database using the package 'TCGAbiolinks'. All cancer type names can be obtained from https://bioconductor.org/packages/release/bioc/html/TCGAbiolinks.html.
1 2 3 4 5 | downloadTcgaData(
cancerTypes = getGDCprojects()$project_id[grepl("TCGA", getGDCprojects()$project_id)],
keep = FALSE,
...
)
|
cancerTypes |
Specify the cancer types for downloading the genimic datasets from the TCGA database. |
keep |
Keep downloaded files and directories or not, default: FALSE. |
... |
Other parameters can be obtained through GDCquery functions. |
A list of download datasets for the given cancer types. * 'data' - Fetched data matrix. * 'clinical' - Clinical information corressponding to the cancer type.
1 | results <- downloadTcgaData(cancerTypes = c('TCGA-GBM'), data.category = 'Gene expression', data.type = 'Gene expression quantification', platform = 'Illumina HiSeq', file.type = 'normalized_results', experimental.strategy = 'RNA-Seq', legacy = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.