View source: R/dialogGeneClassifier.R
dialogGeneClassifier | R Documentation |
Dialogue Box for gene classifier setting: sample size and postprob threshold
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
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.