From 206f602ba495dd99029d8d200b08c7f0f10da63c Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 29 Apr 2019 22:50:25 -0500 Subject: [PATCH] Update ui.R --- vizapp/ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizapp/ui.R b/vizapp/ui.R index 0c0bc78..35b0570 100644 --- a/vizapp/ui.R +++ b/vizapp/ui.R @@ -14,7 +14,7 @@ shinyUI( conditionalPanel(condition="input.operation=='Survival'", selectInput("cancerType2","Select a cancer type", choices = substr(list.files(paste0(data.dir,"Expression/"),pattern=".txt"),1, - nchar(list.files(paste0(data.dir,"Expression/)",pattern=".txt"))-4)), + nchar(list.files(paste0(data.dir,"Expression/"),pattern=".txt"))-4)), textInput("gene2","Please input one gene of interest",placeholder = "Gene name ie BRCA1"), selectInput("operation2","Select automatic or manual cutoff", choices = c("Automatic", "Manual")) -- GitLab