{% extends "template.html" %} {% block content %}
Available profiles
{% if not profiles %}

No profiles available.

{% endif %} {% if profiles %}
{% endif %}
Available testsets
{% if not testsets %}

No datasets sets available. Please upload.

{% endif %} {% if testsets %}
{% endif %}
CIIPro predictor parameters
{% if data %}
Prediction results
{% for datum in data %} {% endfor %}
{{ data|length }} Test Compounds Bio NNs Bio-Prediction Chem NNs Chem-Prediction
{{ datum.cid }} {% for bionn in datum.bionn %} {{ bionn }}  {% endfor %} {{ datum.bioPred }} {% for chemnn in datum.chemnn %} {{ chemnn }}  {% endfor %} {{ datum.chemPred }}
Bio-prediction Statistics
Chem-prediction Statistics
Hybrid-prediction Statistics
{% endif %}
{% endblock %}