Description Usage Arguments Value Examples
View source: R/dialogSamplingGSEA.R
Dialog Box for Sampling patients from expression profile data used for GSEA-R (Broad Institute)
1 | dialogSamplingGSEA( Lchecked_Cases,entryWidth = 10,returnValOnCancel = "ID_CANCEL")
|
Lchecked_Cases |
Number of checked Cases |
entryWidth |
10 |
returnValOnCancel |
"ID_CANCEL" |
A vector with sampling size
1 2 3 4 5 6 7 | readRDS(paste(path.package("canceR"),"/extdata/rdata/ucec_tcga_pubGSEA1021.rds", sep=""))
## Not run:
Run.GSEA()
#dialogSamplingGSEA(1,entryWidth=10,returnValOnCancel = "ID_CANCEL")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.