file load antics

This commit is contained in:
Tanushree Tunstall 2022-09-04 16:10:33 +01:00
parent 78ffc970e9
commit 70a3d6a907

View file

@ -26,14 +26,14 @@ dashboardPage(skin="purple",
radioButtons("combined_data",
label="Data Type",
choiceNames = c("Complete", "Actual"),
choiceValues = c("complete", "actual"),
choiceNames = c("Complete", "Actual", "Feature Selection"),
choiceValues = c("complete", "actual", "FS"),
selected="complete"
),
radioButtons("combined_training_genes",
label="Training Genes",
choiceNames = c("Five", "Six"),
choiceValues = c("5","6"),
choiceNames = c("One", "Two", "Five", "Six"),
choiceValues = c("1", "2", "5","6"),
selected = "5"
),
radioButtons("drug_dropdown",