{% extends "template.html" %} {% block content %}
Upload a dataset.

Please select a file to upload a new dataset. Datasets must be a tab-delimited file with two columns without headers. The first column should be the chemical identifier and the second column should be a binary activity consisting only of 0s and 1s.

Training Set Test Set
CIIPro training sets.

A variety of curated, ready-to-model training sets are available. Double-click a training set to add it to your available datasets. Please click here for information regarding these datasets.

Name Endpoint
Acute oral toxicity LD50 (mg/kg)
Hepatotoxicity LD50 (mg/kg)
Ocular Toxicity GHS and U.S. EPA categorization
Available datasets
{% if not datasets %}

No training sets available. Please upload.

{% endif %} {% if datasets %}
{% endif %} Delete dataset
Dataset overview
Dataset Name:
Num Actives:
Num Inactives:
Training or Test Set:
Dataset compounds
Activity overview
{% endblock %}