Add drug plots

This commit is contained in:
Elias Projahn 2025-02-16 10:36:54 +01:00
parent cf8e9e79d5
commit 785b748ba4
8 changed files with 365 additions and 185 deletions

View file

@ -237,5 +237,6 @@ server <- function(custom_dataset = NULL) {
})
output$gsea_plot_ranking <- plotly::renderPlotly(gsea_plot_ranking)
output$fig_drug_scores <- plotly::renderPlotly(fig_drug_scores)
}
}