DEL Analysis Report

Generated on {{ now_date if now_date else "Today" }}

Experiment Overview

{% if experiment_info %}
{% for experiment in experiment_info %} {% endfor %}
Experiment Name Experiment Index Control Columns
{{ experiment.name }} {{ experiment.index }} {{ experiment.control_columns }}
{% else %}

No experiment information available.

{% endif %}

Sampling Depth

{% if sampling_depth_only %}
    {% for item in sampling_depth_only %}
  • {{ item }}
  • {% endfor %}
{% else %}

No sampling depth data.

{% endif %}

Sampling Depth Minimum

{% if sampling_depth_values %}
    {% for value in sampling_depth_values %}
  • {{ value }}
  • {% endfor %}
{% else %}

No sampling depth values.

{% endif %}
{% if trisynthon_plots %}

Trisynthon Overlap

{% for plot in trisynthon_plots %}
{% if plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% endif %} {% if disynthon_plots %}

Disynthon Overlap

{% for plot in disynthon_plots %}
{% if plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% endif %} {% if top_disynthons_plots %}

Top Disynthon Enrichment

{% for plot in top_disynthons_plots %}
{% if plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% endif %}

Top Hit Compound Plots

{% if top_hits_plots %}
{% for plot in top_hits_plots %}
{% if plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% else %}

No top hit compound plots available.

{% endif %}
{% if monosynthon_chemical_space_plots %}

Monosynthon Feature Space

{% for plot in monosynthon_chemical_space_plots %}
{% if plot.type == 'html' %}
{% elif plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% endif %} {% if ml_fingerprints_to_RF_plots %}

ML Fingerprints to Regression

{% for plot in ml_fingerprints_to_RF_plots %}
{% if plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% endif %} {% if ml_fingerprints_to_clf_plots %}

Classifier Plots

{% for plot in ml_fingerprints_to_clf_plots %}
{% if plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% endif %} {% if gnn_classifier_plots %}

GNN Classifier Plots

{% for plot in gnn_classifier_plots %}
{% if plot.type == 'svg' %}
{{ plot.data|safe }}
{% else %} {{ plot.name }} {% endif %}
{{ plot.name }}
{% endfor %}
{% endif %}