
The samples are always refered by their barcode.
If you want to save the data into an rda file, please use the save parameter that will save an rda object with the filename parameter. If no filename was set, the filename will be the concatenation of platform and Sys.time.
List of accepted platforms:
ReturnThe default output is a SummarizedExperiment object.
TCGAprepare(query, dir = NULL, samples = NULL, type = NULL, save = FALSE, filename = NULL, add.mutation.genes = FALSE, add.clinical = TRUE, reannotate = FALSE, summarizedExperiment = TRUE, add.subtype = FALSE)
FALSE
FALSE
FALSE
FALSE
FALSE
,
a data.frame)
TCGAquery
for searching the data to download TCGAdownload
for downloading the data from the
search
Other data.functions: TCGAdownload
,
TCGAquery
sample <- "TCGA-06-0939-01A-01D-1228-05"
query <- TCGAquery(tumor = "GBM",samples = sample, level = 3)
TCGAdownload(query,path = "exampleData",samples = sample)
data <- TCGAprepare(query, dir="exampleData")
Run the code above in your browser using DataLab