{% 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 pool samples.

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

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

Sample TIC and distribtion (coloured by sample type).

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

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

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 linearity reference (LR) samples coloured by sample dilution.

{% if 'TICinLRfigure' in item %}
TIC of linearity reference (LR) samples coloured by sample dilution.
{% else %}

Unable to calculate (no linearity reference samples present in dataset).

{% endif %}

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

Histogram of RSD in {{ item.SPcount }} study pool (SP) 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 %}