From e20a2bc880766b03d46cc004742c122c368f4338 Mon Sep 17 00:00:00 2001 From: sepro Date: Thu, 30 Nov 2017 10:35:59 +0100 Subject: [PATCH] custom comparative heatmap --- conekt/controllers/heatmap.py | 2 +- conekt/templates/expression_heatmap.html | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/conekt/controllers/heatmap.py b/conekt/controllers/heatmap.py index 97cff80..19c7211 100644 --- a/conekt/controllers/heatmap.py +++ b/conekt/controllers/heatmap.py @@ -72,7 +72,7 @@ def heatmap_main(): @heatmap.route('/results/default', methods=['POST'] ) -def heatmap_custom_normal(): +def heatmap_custom_default(): form = HeatmapForm(request.form) form.populate_species() form.populate_options() diff --git a/conekt/templates/expression_heatmap.html b/conekt/templates/expression_heatmap.html index d559128..7ed55bc 100644 --- a/conekt/templates/expression_heatmap.html +++ b/conekt/templates/expression_heatmap.html @@ -130,7 +130,7 @@

Heatmap

@@ -138,7 +138,7 @@

Heatmap

-
+
{{ form.csrf_token }} @@ -181,10 +181,11 @@

Heatmap

Help
    -
  • First select the desired species
  • +
  • You can generate a detailed heatmap for a single species (Default-tab) and a cross-species comparative heatmap (Comparative-tab)
  • +
  • First select the desired species (Default only)
  • Next add the genes to include in the heatmap (space, tab or line separated) in the corresponding box
  • -
  • Select if the heatmap should display raw values, zlog-transformed or row-normalized
  • +
  • Select if the heatmap should display raw values or normalized
  • Click Generate heatmap