Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
improved legend heatmap
  • Loading branch information
proost committed Mar 24, 2018
1 parent 8c1ad14 commit 5f30db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conekt/templates/expression_heatmap.html
Expand Up @@ -110,9 +110,9 @@ <h3>Details</h3>
{% if zlog == 1 %}
<p><span style="color:#333333;font-weight:bold">Dark gray</span> cells indicate values where the raw expression is zero (cannot be log-transformed). <span style="color:#0000FF;font-weight:bold">Blue</span> cells indicate samples where the expression of the gene is below average and <span style="color:#FF0000;font-weight:bold">red</span> cells indicate the gene is expressed above average in the sample. White cells are average.</p>
{% elif raw == 1 %}
<p>Raw expression values (TPM normalized), <span style="color:#53db3b;font-weight:bold">Green</span> cells indicate low expression and <span style="color:#d11010;font-weight:bold">red</span> high.</p>
<p>Raw expression values (TPM normalized), <span style="color:#53db3b;font-weight:bold">Green</span> cells indicate low expression and <span style="color:#d11010;font-weight:bold">red</span> high. (<span style="color:#333333;font-weight:bold">Dark gray</span> cells indicate missing values)</p>
{% else %}
<p>Expression values normalized per gene (using the maximum value, <span style="color:#53db3b;font-weight:bold">Green</span> cells indicate low expression and <span style="color:#d11010;font-weight:bold">red</span> high.</p>
<p>Expression values normalized per gene (using the maximum value, <span style="color:#53db3b;font-weight:bold">Green</span> cells indicate low expression and <span style="color:#d11010;font-weight:bold">red</span> high. (<span style="color:#333333;font-weight:bold">Dark gray</span> cells indicate missing values)</p>
{% endif %}
</div>
</div>
Expand Down Expand Up @@ -311,4 +311,4 @@ <h1>Heatmap</h1>
{% endif %}
{% endif %}

{% endblock %}
{% endblock %}

0 comments on commit 5f30db8

Please sign in to comment.