From e4e888eb54681adefd04e8b3fa7bd15885f0f8ec Mon Sep 17 00:00:00 2001 From: proost Date: Sat, 24 Mar 2018 10:25:03 +0100 Subject: [PATCH] added legend phylo tree --- conekt/templates/tree.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conekt/templates/tree.html b/conekt/templates/tree.html index ac8b0b8..1a21da0 100644 --- a/conekt/templates/tree.html +++ b/conekt/templates/tree.html @@ -58,6 +58,7 @@

{{ tree.label }}: {{ tree.method.description }}

+

(The heatmaps are normalized by row. Light yellow cells indicate no/low expression, dark blue cells show the maximum expression. White cells lacking a border are missing values.)


@@ -170,4 +171,4 @@

{{ tree.label }}: {{ tree.method.description }}

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