modalDialog: Dialog box to specify Gene Symbol.

Description Usage Arguments Value Examples

View source: R/modalDialog.R

Description

Dialog box to specify Gene Symbol.

Usage

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

Arguments

title

string

question

string

entryInit

entryInit

entryWidth

40

returnValOnCancel

"ID_CANCEL"

Value

dialog box

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Select Case from Breast Cancer
myGlobalEnv <- new.env(parent = emptyenv())
myGlobalEnv$curselectCases <- 9
##Select Genetic Profile from Breast Cancer
myGlobalEnv$curselectGenProfs <- 4
## get Specific Mutation data for 73 Genes list
## Not run: 
getProfilesDataSingleGene()

## End(Not run)

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