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", radioButtons("combined_data",
label="Data Type", label="Data Type",
choiceNames = c("Complete", "Actual"), choiceNames = c("Complete", "Actual", "Feature Selection"),
choiceValues = c("complete", "actual"), choiceValues = c("complete", "actual", "FS"),
selected="complete" selected="complete"
), ),
radioButtons("combined_training_genes", radioButtons("combined_training_genes",
label="Training Genes", label="Training Genes",
choiceNames = c("Five", "Six"), choiceNames = c("One", "Two", "Five", "Six"),
choiceValues = c("5","6"), choiceValues = c("1", "2", "5","6"),
selected = "5" selected = "5"
), ),
radioButtons("drug_dropdown", radioButtons("drug_dropdown",