query <- TCGAquery(tumor = "gbm")
query <- TCGAquery(tumor = c("gbm","lgg"),
platform = c("HumanMethylation450","HumanMethylation27"))
query <- TCGAquery(tumor = "gbm",
platform = "HumanMethylation450",
level = "3")
query <- TCGAquery(samples = "TCGA-61-1743-01A-01D-0649-04",
tumor = "OV",
platform = "CGH-1x1M_G4447A",
level = 3)
# Get all LGG IlluminaHiSeq_RNASeqV2 data, but change with data version 11
query <- TCGAquery(tumor = "LGG", platform = "IlluminaHiSeq_RNASeqV2", level = "3",
version = list(c("IlluminaHiSeq_RNASeqV2","LGG",11)))
Run the code above in your browser using DataLab