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

Figure 1. Distribution of all samples after chemical shift calibration (5-95% with outliers flagged)

Distribution of all samples after chemical shift calibration (5-95% with outliers flagged).

{{ item['fig1SummaryText'] }}

Figure 2. Boxplot of line width values (coloured by sample type)

Boxplot of line width values (coloured by sample type).

Figure 3. Distribution of all samples around peak on which line width calculated (5-95% with outliers flagged)

Distribution of all samples around peak on which line width calculated (5-95% with outliers flagged).

Figure 4. Distribution of all samples at baseline regions (5-95% with outliers flagged)

Distribution of all samples at baseline regions (5-95% with outliers flagged).

Figure 5. Distribution of all samples at region surrounding solvent suppresion peak (5-95% with outliers flagged)

Distribution of all samples at region surrounding solvent suppresion peak (5-95% with outliers flagged).
{% if failSummary is not none %}

Samples Failing QC Checks

{{ failSummary.to_html() }} {% endif %} {% endblock %}