View source: R/getClinicData_MultipleCases.R
getClinicData_MultipleCases | 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
readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Select Case
ENV <- new.env(parent = emptyenv())
ENV$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.