From 2a05a984748e4ed1359f59e26428c7d14e72e8e3 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 12 Sep 2022 14:16:23 +0100 Subject: [PATCH] complete != combined --- ml/server.R | 2 +- ml/ui.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ml/server.R b/ml/server.R index bb4d1bd..181537a 100644 --- a/ml/server.R +++ b/ml/server.R @@ -47,7 +47,7 @@ shinyServer(function(input, output, session) { 'genes_logo_skf_BT_', selected_gene, '_', - "combined" + "complete" #combined_data ) feature_data = paste0(as.character(as.numeric(combined_training_genes)-4), # lol diff --git a/ml/ui.R b/ml/ui.R index 9677ab2..a0ed80d 100644 --- a/ml/ui.R +++ b/ml/ui.R @@ -60,7 +60,7 @@ dashboardPage(skin="purple", useShinyjs(), #plotlyOutput("plot", height = 800), box(plotOutput("plot"), width="100%"), - box(plotOutput("feature_plot"), width="100%", title="Feature Selection"), + box(plotOutput("feature_plot"), width="100%", title="Feature Selection (no resampling)"), # %>% withSpinner(color="#0dc5c1"), # uncomment if you want the spinner #downloadButton("save", "Download Plot"), #DT::dataTableOut("plotdata"),