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 %}