Skip to content

Commit

Permalink
Reverted wrong change.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost committed Jan 30, 2024
1 parent 177977f commit 70da7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/shinyApp/R/pca/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 70da7b4

Please sign in to comment.