From 70d62d7c24b3653f1071e7fe76f22624537386ce Mon Sep 17 00:00:00 2001 From: hpolvech <helene.polveche@ens-lyon.fr> Date: Thu, 14 Oct 2021 10:27:26 +0200 Subject: [PATCH] ggrepel --- session_4/session_4.Rmd | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd index 98ae998..66215b7 100644 --- a/session_4/session_4.Rmd +++ b/session_4/session_4.Rmd @@ -593,4 +593,16 @@ tab.sig </p> </details> +We want to see the top10 DEGs on the graph. For this, we will use the package `ggrepel`. +Install and load the `ggrepl` package. + +<details><summary>Solution</summary> + <p> +```{r ggrepel} +install.packages("ggrepel") +library(ggrepel) +``` + + + -- GitLab