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

Merge branch 'master' into 'develop'

Master

See merge request !11
parents 9f80e2fd 206f602b
Branches
Tags
2 merge requests!12Develop,!11Master
Pipeline #3913 passed with stage
in 15 seconds
data.dir <- Sys.getenv('outputDir')
data.dir <- paste0(Sys.getenv('outputDir'),"/")
\ No newline at end of file
......@@ -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