Skip to content
Snippets Groups Projects
Commit 206f602b authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Update ui.R

parent 368afcd5
Branches
Tags
1 merge request!11Master
Pipeline #3747 passed with stage
in 2 seconds
......@@ -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"))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment