Add additional information page

This commit is contained in:
Elias Projahn 2022-06-22 19:34:39 +02:00
parent 07fea8d6a2
commit 1bd5e41c8f
4 changed files with 32 additions and 4 deletions

View file

@ -159,6 +159,8 @@ server <- function(input, output, session) {
DT::formatRound("p_value", digits = 4) |>
DT::formatPercentage(c("total_ratio", "query_ratio"), digits = 1)
})
output$gsea_plot_ranking <- plotly::renderPlotly(gsea_plot_ranking)
}
#' Create a displayable data table from the gene results data.