{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Comparison{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}

Summary of Experiments

{% for experiment in experiments %} {% endfor %}
Identifier Query Permutations Omic Name Description
{{ experiment.id }} {{ experiment.query.id }} {{ experiment.permutations }} {{ experiment.omic.id }} {{ experiment.omic.source_name }} {{ experiment.omic.description }} Delete

Comparison of Experiments

{% if clusters %}

K-Means clustering with K={{ clusters }} is enabled. Be aware that this is a randomized algorithm and results may not be consistent.

{% endif %} {% if normalize %}

Data have been normalized by min/max.

{% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}