From 0cdd514d94442142024b8973632e5045f84d4058 Mon Sep 17 00:00:00 2001
From: hpolvech <helene.polveche@ens-lyon.fr>
Date: Wed, 13 Oct 2021 17:15:30 +0200
Subject: [PATCH] add link GSE data

---
 session_4/session_4.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd
index 9ace90f..12dee00 100644
--- a/session_4/session_4.Rmd
+++ b/session_4/session_4.Rmd
@@ -418,7 +418,7 @@ mutate(
 # To go further:  Data transformation and color sets.
 
 There are a number of color palettes available in R, thanks to different packages such as `RColorBrewer`, `Viridis` or `Ghibli`. 
-We will use them here to decorate our graphs, either on data already studied in the training, `mpg`, or on more specialized data such as lists of differentially expressed genes ( GSE86356 )
+We will use them here to decorate our graphs, either on data already studied in the training, `mpg`, or on more specialized data such as lists of differentially expressed genes ( [GSE86356](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE86356) )
 
 ```{r install_colorPal, eval=F}
 install.packages(c("ghibli", "RColorBrewer", "viridis"))
-- 
GitLab