{% extends "index_page.html" %} {% block title %}WCGNA results{% endblock %} {% block content %}
{% if error!='null' %}

{{error}}

{% else %}

Parameters used

Soft Thresholds

{% for key, value in results["data"]["output"]["soft_threshold"].items()%}

{{key}}

{% for val in value %}

{{val|round(3)}}

{% endfor %}
{% endfor %}
{% if image["image_generated"] %}
{% endif %}

Module eigen genes

Phenotype modules

{% endif %}
{% endblock %} {% block js %} {% endblock %}