# The examples below require an active Internet connection.
# Note: execution may take several minutes.
if (FALSE) {
# Download all brca_pub mutation data (complete samples)
all_brca_MUT <- fetch_all_tcgadata(case_list_id = "brca_tcga_pub_complete",
gprofile_id = "brca_tcga_pub_mutations",
mutations = TRUE)
# Download all brca_pub RNA expression data (complete samples)
all_brca_RNA <- fetch_all_tcgadata(case_list_id = "brca_tcga_pub_complete",
gprofile_id = "brca_tcga_pub_mrna",
mutations = FALSE)
}
Run the code above in your browser using DataLab