From 5bd3ac71872ea7ee4a335766065d5098680aa9e3 Mon Sep 17 00:00:00 2001 From: Cosmin SAVEANU <cosmin.saveanu@pasteur.fr> Date: Tue, 21 Sep 2021 14:22:38 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82fcf4d..eefb779 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ The small script fragments with their explanations can be useful for: - representing results as heatmaps (Categorical heatmaps, R) - combine tables with a kind of very crude left join written in Python (Get rows py3) - represent results as barplots (Tridimensional barplots in R) +- density coloured scatter plots that avoid overplotting (with ggplot2, R) -- GitLab