Learn R Programming

canceR (version 1.4.0)

getClinicData_MultipleCases: 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.

Description

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.

Usage

getClinicData_MultipleCases(getSummaryGSEAExists)

Arguments

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.

Value

dataframe with clinical data

Examples

Run this code
##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)

Run the code above in your browser using DataLab