From 82b9f84f71f5e8e83a99f90e8367127cc02c938f Mon Sep 17 00:00:00 2001 From: sepro Date: Wed, 29 Nov 2017 16:27:56 +0100 Subject: [PATCH] groundwork comparative heatmap --- README.md | 4 +- conekt/controllers/heatmap.py | 20 +++++++++ .../expression/cross_species_profile.py | 42 ++++++++++++++++--- 3 files changed, 58 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 70d432c..c42d259 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ networks and more across different species. A public version including seven pla publicly available RNASeq samples (from the [SRA](https://www.ncbi.nlm.nih.gov/sra)) is available [here](http://conekt.mpimp-golm.mpg.de/pub/). -Here you can find **Tutorials** how to use the public version along with the source-code and build instructions that -allow you to host your own instance with other species or in-house data. +Here you can find **tutorials** how to use the public version along with the **source-code** and build instructions that +allow you to **host your own instance** with other species or in-house data. Tutorials --------- diff --git a/conekt/controllers/heatmap.py b/conekt/controllers/heatmap.py index 989fd15..dd19562 100644 --- a/conekt/controllers/heatmap.py +++ b/conekt/controllers/heatmap.py @@ -8,6 +8,8 @@ from conekt.models.expression.profiles import ExpressionProfile from conekt.models.relationships.sequence_cluster import SequenceCoexpressionClusterAssociation from conekt.models.sequences import Sequence +from conekt.models.trees import Tree +from conekt.models.expression.cross_species_profile import CrossSpeciesExpressionProfile heatmap = Blueprint('heatmap', __name__) @@ -93,6 +95,24 @@ def heatmap_main(): return render_template("expression_heatmap.html", form=form, example=example) +@heatmap.route('/comparative/tree/') +@heatmap.route('/comparative/tree//