isolating observeevent()s

This commit is contained in:
Tanushree Tunstall 2022-10-10 17:08:49 +01:00
parent 615aa57d42
commit 2111843d46

View file

@ -166,8 +166,8 @@ function(input, output, session) {
updateCheckboxGroupInput(
session,
"corr_selected",
choiceNames = colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))),
choiceValues = colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))),
choiceNames = colnames(get(paste0(input$switch_target,"_corr_df_m3_f")))[3:length(colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))))],
choiceValues = colnames(get(paste0(input$switch_target,"_corr_df_m3_f")))[3:length(colnames(get(paste0(input$switch_target,"_corr_df_m3_f"))))],
selected = c("FoldX", "DeepDDG", "mCSM.DUET")
)