From 964f3c77dabcfc29495ad62cc3e524fdf338deef Mon Sep 17 00:00:00 2001 From: ngerstner Date: Thu, 14 Apr 2022 16:50:23 +0200 Subject: [PATCH] added link to github --- ui.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui.R b/ui.R index 29b228c..bdf1e91 100644 --- a/ui.R +++ b/ui.R @@ -35,8 +35,9 @@ navbarPage("Explore!", p(strong("Data and code availability."), "Raw and normalized gene expression data generated in this study are provided at GEO under", a(href="https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE190712", "GSE190712", target="_blank"), ". Differential expression and differential network data can be downloaded from this resource.", - "Data analysis scripts and source code of this shiny app is available on our", - a(href="https://github.molgen.mpg.de/mpip/DiffBrainNet", "github page", target="_blank"),".", + "Data analysis scripts are available on our", a(href="https://github.molgen.mpg.de/mpip/DiffBrainNet", "github page", target="_blank"), + ". Source code of this shiny app is also available via ", + a(href="https://github.molgen.mpg.de/mpip/DiffBrainNet_ShinyApp", "github", target="_blank"), ". ", style="text-align:justify;color:black;background-color:#AED6F1;padding:15px;border-radius:10px"), width = floor(0.45*12) ),