dialogMut {canceR} | R Documentation |
Dialog bos to set returned Mutation information
dialogMut(title, question, entryInit, entryWidth = 40,returnValOnCancel = "ID_CANCEL")
title |
title of the table |
question |
question |
entryInit |
entryInit |
entryWidth |
40 |
returnValOnCancel |
"ID_CANCEL" |
a check box with mutations variables
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)