library(TCGA2STAT)
#-- Default: get the expression, all clinical data, and expression merged with
# overall-survival for tumor samples
data <- getTCGA(disease="ACC", data.type="RNASeq2")
#-- Get only the expression matrix
data <- getTCGA(disease="ACC", data.type="RNASeq", type="RPKM", clinical=FALSE)
#-- Get expression and merged with specific clinical covariate
data <- getTCGA(disease="OV", data.type="RNASeq", type="RPKM", cvars="ethnicity")Run the code above in your browser using DataLab