diff --git a/program/shinyApp/R/pca/server.R b/program/shinyApp/R/pca/server.R index 5c7b48d2..3eea59a4 100644 --- a/program/shinyApp/R/pca/server.R +++ b/program/shinyApp/R/pca/server.R @@ -169,7 +169,7 @@ pca_Server <- function(id, data, params, row_select){ "PCA - ", params$omic_type, "-", paste0("entities:",row_select(),collapse = "_"), "-samples", - ifelse(any(input$sample_selection != "all"),paste0(" (with: ",paste0(input$sample_selection,collapse = ", "),")")) + ifelse(any(input$sample_selection != "all"),paste0(" (with: ",paste0(input$sample_selection,collapse = ", "),")"),"") , "-preprocessing: ", input$PreProcessing_Procedure )