modalDialog | R Documentation |
Dialog box to specify Gene Symbol.
modalDialog(title, question, entryInit, entryWidth = 40,returnValOnCancel = "ID_CANCEL")
title |
string |
question |
string |
entryInit |
entryInit |
entryWidth |
40 |
returnValOnCancel |
"ID_CANCEL" |
dialog box
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.