From 1a8e2bf00a4ed5d58f85aca0b8c49c55d8def860 Mon Sep 17 00:00:00 2001 From: Cosmin SAVEANU <cosmin.saveanu@pasteur.fr> Date: Mon, 7 Feb 2022 09:39:52 +0100 Subject: [PATCH] Update README.md --- Categorical heatmaps/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Categorical heatmaps/README.md b/Categorical heatmaps/README.md index 09697b1..cce81d8 100644 --- a/Categorical heatmaps/README.md +++ b/Categorical heatmaps/README.md @@ -1,3 +1,5 @@ +**UPDATE**: a more complex and versatile online alternative of this tool, for beautiful and configurable heatmaps is [Morpheus](https://software.broadinstitute.org/morpheus/). + The script `generate_heatmap.R` can be used to represent a table of data in the form of an adjusted heat map. It uses two packages that need to be installed, `ggplot2` and `reshape2`. The input of the script is a tab delimited file text that looks like this:  @@ -15,4 +17,4 @@ What the script does: [output]: ./heatplotexampleoutput.png -The final results can be further enhanced and modified in Inkscape or Adobe illustrator. \ No newline at end of file +The final results can be further enhanced and modified in Inkscape or Adobe illustrator. -- GitLab