modalDialog: Dialog box to specify Gene Symbol.

View source: R/modalDialog.R

modalDialogR Documentation

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

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

## End(Not run)

kmezhoud/canceR documentation built on March 4, 2024, 12:34 a.m.