library(TCGA2STAT)
#-- Default: Get only the omics-profiles, for example RNA-SeqV2
ACC.ov <- getTCGA(disease="ACC", data.type="RNASeq2")
str(ACC.ov)
#-- Get the RNA-SeqV2, all clinical data, and expression merged with
# overall-survival for tumor samples
ACC.ov.os <- getTCGA(disease = "ACC", data.type = "RNASeq2", clinical=TRUE)
#-- Get expression and merged with specific clinical covariate
ACC.ov.eth <- getTCGA(disease = "ACC", data.type = "RNASeq2", clinical=TRUE,
cvars="ethnicity")
head(ACC.ov.eth$merged.dat[,1:5])
Run the code above in your browser using DataLab