From 70a3d6a907c06b6fa2733a143322ac77731a4fc9 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sun, 4 Sep 2022 16:10:33 +0100 Subject: [PATCH] file load antics --- ml/ui.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ml/ui.R b/ml/ui.R index 1831a07..30e2908 100644 --- a/ml/ui.R +++ b/ml/ui.R @@ -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",