Description Usage Arguments Value Examples
View source: R/dialogGeneClassifier.R
Dialogue Box for gene classifier setting: sample size and postprob threshold
1 | dialogGeneClassifier(Lchecked_Cases,entryWidth = 10,returnValOnCancel = "ID_CANCEL")
|
Lchecked_Cases |
integer with a number of checked cases |
entryWidth |
integer default 10 |
returnValOnCancel |
"ID_CANCEL" |
a dataframe with genes classes
1 2 3 4 5 6 | readRDS(paste(path.package("canceR"),"/extdata/rdata/gbm_tcgaPlotTwoGenProf.rds", sep=""))
## Not run:
getGenesClassifier()
dialogGeneClassifier(1,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.