DEL Analysis Report
Generated on {{ now_date if now_date else "Today" }}
Experiment Overview
{% if experiment_info %}| Experiment Name | Experiment Index | Control Columns |
|---|---|---|
| {{ experiment.name }} | {{ experiment.index }} | {{ experiment.control_columns }} |
No experiment information available.
{% endif %}Sampling Depth
{% if sampling_depth_only %}-
{% for item in sampling_depth_only %}
- {{ item }} {% endfor %}
No sampling depth data.
{% endif %}Sampling Depth Minimum
{% if sampling_depth_values %}-
{% for value in sampling_depth_values %}
- {{ value }} {% endfor %}
No sampling depth values.
{% endif %}Trisynthon Overlap
{% for plot in trisynthon_plots %}
{% if plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}
Disynthon Overlap
{% for plot in disynthon_plots %}
{% if plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}
Top Disynthon Enrichment
{% for plot in top_disynthons_plots %}
{% if plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}
Top Hit Compound Plots
{% if top_hits_plots %}
{% for plot in top_hits_plots %}
{% else %}
{% if plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}
No top hit compound plots available.
{% endif %}Monosynthon Feature Space
{% for plot in monosynthon_chemical_space_plots %}
{% if plot.type == 'html' %}
{% elif plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}
ML Fingerprints to Regression
{% for plot in ml_fingerprints_to_RF_plots %}
{% if plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}
Classifier Plots
{% for plot in ml_fingerprints_to_clf_plots %}
{% if plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}
GNN Classifier Plots
{% for plot in gnn_classifier_plots %}
{% if plot.type == 'svg' %}
{% endif %}
{% endfor %}
{{ plot.data|safe }}
{% else %}
{{ plot.name }}