From 887488db2ffc1ce5f214a30ad78e7c9e444b23be Mon Sep 17 00:00:00 2001 From: hpolvech <helene.polveche@ens-lyon.fr> Date: Thu, 14 Oct 2021 09:43:22 +0200 Subject: [PATCH] color name --- session_4/session_4.Rmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd index 1b572b6..2b29250 100644 --- a/session_4/session_4.Rmd +++ b/session_4/session_4.Rmd @@ -503,4 +503,10 @@ ggplot(expr_DM1, aes(samples, Genes, fill= log1p(counts))) + </p> </details> +With the default color gradient, even with the transformation, the heatmap is difficult to study. + +R interprets a large number of colors, indicated in RGB, hexadimal, or just by name. For example : + + + -- GitLab