dialogMut: Dialog bos to set returned Mutation information

Description Usage Arguments Value Examples

View source: R/dialogMut.R

Description

Dialog bos to set returned Mutation information

Usage

1
dialogMut(title, question, entryInit, entryWidth = 40,returnValOnCancel = "ID_CANCEL")

Arguments

title

title of the table

question

question

entryInit

entryInit

entryWidth

40

returnValOnCancel

"ID_CANCEL"

Value

a check box with mutations variables

Examples

1
2
3
4
5
readRDS(paste(path.package("canceR"),"/extdata/rdata/ucec_tcga_pubGSEA1021.rds", sep=""))
## Not run: 
dialogMut("title", "question", "entryInit", entryWidth = 40, returnValOnCancel = "ID_CANCEL")

## End(Not run)

canceR documentation built on Nov. 8, 2020, 7:21 p.m.