mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-26 19:57:24 +01:00
Add additional information page
This commit is contained in:
parent
07fea8d6a2
commit
1bd5e41c8f
4 changed files with 32 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue