{% extends "base_QC.html" %} {% block title %}Feature Summary Report For: {{ item.Name}}{% endblock %} {% block content %}

Figure 1. Histogram of log of mean abundance of {{ item['No Features'] }} features in {{ item.SPcount }} study reference samples.

Histogram of log of mean abundance of {{ item['No Features'] }} features in {{ item.SPcount }} study reference samples.

Figure 2. Sample TIC and distribution (coloured by sample type).

{% if 'SampleIntensityFigure' in item %}
Sample TIC and distribution (coloured by sample type).
{% else %}

Acquisition Time/Run Order data not available to plot.

{% endif %}

Figure 3. Acquisition structure (coloured by detector voltage).

{% if 'AcquisitionStructureFigure' in item %}
Acquisition structure (coloured by detector voltage).
{% else %}

Acquisition Time/Run Order data not available to plot.

{% endif %}

Figure 4. Histogram of {{ item.corrMethod }} correlation of features to serial dilution, segmented by percentile.

{% if 'CorrelationByPercFigure' in item %}
Histogram of {{ item.corrMethod }} correlation of features to serial dilution, segmented by percentile.
{% else %}

Unable to calculate (no serial dilution samples present in dataset).

{% endif %}

Figure 5. Total Ion Count (TIC) of serial dilution (SRD) samples coloured by sample dilution.

{% if 'TICinLRfigure' in item %}
TIC of serial dilution (SRD) samples coloured by sample dilution.
{% else %}

Unable to calculate (no serial dilution samples present in dataset).

{% endif %}

Figure 6. Histogram of Residual Standard Deviation (RSD) in {{ item.SPcount }} study reference (SR) samples, segmented by percentile.

Histogram of RSD in {{ item.SPcount }} study reference (SR) samples, segmented by percentile.

Figure 7. Scatterplot of RSD vs. correlation to dilution.

{% if 'RsdVsCorrelationFigure' in item %}
Scatterplot of RSD vs. correlation to dilution.
{% else %}

Unable to calculate (no serial dilution samples present in dataset).

{% endif %}

Figure 8. Histogram of chromatographic peak width.

{% if 'PeakWidthFigure' in item %} Histogram of Chromatographic Peak Width. {% else %}

No peak width data to plot.

{% endif %}

Figure 9. RSD distribution for all samples and all features in dataset (by sample type).

Residual Standard Deviation (RSD) distribution for all samples and all features in dataset (by sample type).

Figure 10. Ion map of all features (coloured by log median intensity).

Ion map of all features (coloured by log median intensity).
{% endblock %}