Description Usage Arguments Value
View source: R/fetch_tcga_data.r
This function is used to fetch the TCGA data using TCGABiolink package
1 2 3 4 5 6 7 | fetch_tcga_data(
tcga_type,
download_location,
data_type = "Gene Expression Quantification",
workflow_type = "HTSeq - FPKM-UQ",
sample_type = "Primary Tumor"
)
|
tcga_type |
TCGA cancer type to download |
download_location |
location of download file |
data_type |
default "Gene Expression Quantification" |
workflow_type |
"HTSeq - FPKM-UQ" |
sample_type |
"Primary Tumor" |
GDCprepare objects that can be further used for get exp matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.