From 22dedfc843568778e2ff0b13c3cc97c041d70eaa Mon Sep 17 00:00:00 2001 From: Elias Projahn Date: Fri, 22 Jul 2022 08:51:05 +0200 Subject: [PATCH] Add link to g:Profiler --- R/ui.R | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/R/ui.R b/R/ui.R index b7e071f..5ecf9b4 100644 --- a/R/ui.R +++ b/R/ui.R @@ -130,6 +130,12 @@ ui <- function() { "gsea_run", "Update analysis", class = "btn-primary" + ), + a( + "Powered by g:Profiler", + href = "https://biit.cs.ut.ee/gprofiler/gost", + target = "_blank", + style = "margin-left: 16px" ) ), plotly::plotlyOutput("gsea_plot"),