Skip to content

Commit

Permalink
Integrated suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost committed Nov 7, 2024
1 parent 710fe48 commit 9c23a97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions program/shinyApp/R/enrichment_analysis/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ enrichment_analysis_geneset_server <- function(
}else{
print(paste(id, "Enrichment Done"))
print(result)
browser()
# Enrichment Result Plot
# only plot if the best found adjustment value is significant
if(nrow(result@result) > 0){
Expand Down Expand Up @@ -47,7 +46,6 @@ enrichment_analysis_geneset_server <- function(
ea_scenario <- 0
}


# download R Code for further plotting
output$getR_Code <- downloadHandler(
filename = function(){
Expand Down
1 change: 0 additions & 1 deletion program/shinyApp/R/enrichment_analysis/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ geneset_panel_UI <- function(

tabPanel(
title = id_wo_ns,
#textOutput(outputId = ns("EnrichmentInfo"), container = pre),
tabsetPanel(
tabPanel(
title = paste(id_wo_ns, " Enrichment"),
Expand Down

0 comments on commit 9c23a97

Please sign in to comment.