Learn R Programming

canceR (version 1.4.0)

modalDialog: Dialog box to specify Gene Symbol.

Description

Dialog box to specify Gene Symbol.

Usage

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

Run this code
load(paste(path.package("canceR"),"/data/brca_tcga73genes.RData", sep=""))
## Select Case from Breast Cancer
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)

Run the code above in your browser using DataLab