Description Usage Arguments Value Examples
View source: R/getClinicData_MultipleCases.R
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.
1 | 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
1 2 3 4 5 6 7 8 9 10 | ##Load Session
readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Select Case
myGlobalEnv <- new.env(parent = emptyenv())
myGlobalEnv$curselectCases <- 2
## get Clinical data
## Not run:
getClinicData_MultipleCases(getSummaryGSEAExists = 0)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.