From 5f30db8748c03e7b7b54d7bcb9720ea72e0f91f6 Mon Sep 17 00:00:00 2001 From: proost Date: Sat, 24 Mar 2018 10:14:15 +0100 Subject: [PATCH] improved legend heatmap --- conekt/templates/expression_heatmap.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conekt/templates/expression_heatmap.html b/conekt/templates/expression_heatmap.html index ee35f7f..d338185 100644 --- a/conekt/templates/expression_heatmap.html +++ b/conekt/templates/expression_heatmap.html @@ -110,9 +110,9 @@

Details

{% if zlog == 1 %}

Dark gray cells indicate values where the raw expression is zero (cannot be log-transformed). Blue cells indicate samples where the expression of the gene is below average and red cells indicate the gene is expressed above average in the sample. White cells are average.

{% elif raw == 1 %} -

Raw expression values (TPM normalized), Green cells indicate low expression and red high.

+

Raw expression values (TPM normalized), Green cells indicate low expression and red high. (Dark gray cells indicate missing values)

{% else %} -

Expression values normalized per gene (using the maximum value, Green cells indicate low expression and red high.

+

Expression values normalized per gene (using the maximum value, Green cells indicate low expression and red high. (Dark gray cells indicate missing values)

{% endif %} @@ -311,4 +311,4 @@

Heatmap

{% endif %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}