| getClinicData_MultipleCases {canceR} | R Documentation |
get Clinical Data for Multiple Cases. User needs to select at least one case to run this function. Get clinical data for more one or multiple cases.
getClinicData_MultipleCases(getSummaryGSEAExists)
getSummaryGSEAExists |
if equal to 0, the clinical data is displayed in table. if the argument is equal to 1, the clinical data is used to summarise GSEA analysis results. |
dataframe with clinical data
##Load Session
load(paste(path.package("canceR"),"/data/brca_tcga73genes.RData", sep=""))
## Select Case
myGlobalEnv$curselectCases <- 2
## get Clinical data
## Not run:
getClinicData_MultipleCases(getSummaryGSEAExists = 0)
## End(Not run)