{% extends "template.html" %} {% block content %}
{% if error %}

Error: {{ error }} {% endif %}

Step 1. Select Input Type.
CAS Registry Number
PubChem CID
IUPAC Name
Canonical SMILES
InChIKey

Step 2. Provide Compounds
Please enter compounds:
(Up to 50 compounds seperated by a newline)
Or Upload a file here:

Step 3. Set Biological Profiling Parameters
Select number of actives to be considered for each bioassay:

Note: Please enter number as an integer (i.e. 5)

Minimum biological similarity for nearest neighbor calculation:

Note: Please enter number as a floating number (i.e. 0.7)

Please enter a confidence cutoff:


Note: Please enter number as an integer (i.e. 5)


Step 4. Prediction parameters (Activity file required)
Activity file? Yes No
Upload Activity file here:

CSV (Comma delimted)
TSV (Tab delimted)
Number of nearest neighbors to be used for predictions:
Note: Please enter number as an integer number (i.e. 5)


Step 5. Choose output format and submit
Choose output format:

CSV (Comma delimted)
TSV (Tab delimted)

{% if hp %}
{{ hp|safe }}
{% endif %} {% if go %}

In vitro-in vivo Correlation

Click title to download
{% if aid %}
AID
{% for each in aid %}
    {{ each }}
{% endfor %} {% endif %}
{% if sens %}
Sensitivity
{% for each in sens %}
    {{ each }}
{% endfor %} {% endif %}
{% if spec %}
Specificity
{% for each in spec %}
    {{ each }}
{% endfor %} {% endif %}
{% if ccr %}
CCR
{% for each in ccr %}
    {{ each }}
{% endfor %} {% endif %}
{% if l %}
Likelihood
{% for each in l %}
    {{ each }}
{% endfor %} {% endif %}

Biological Similarity Predictor

Click title to download
{% if cid %}
CID
{% for each in cid %}
    {{ each }}
{% endfor %} {% endif %}
{% if act %}
Experimental
{% for each in act %}
    {{ each }}
{% endfor %} {% endif %}
{% if pred %}
Predicted
{% for each in pred %}
    {{ each }}
{% endfor %} {% endif %}
{% endif %}
{% endblock %}