{% extends "base_QC.html" %} {% import 'pcaReport.html' as pca %} {% import 'sampleReportChunk.html' as sampleReport %}--> {% block title %}Assay Summary Report For: {{ item.Name }}{% endblock %} {% block content %}

Final Dataset

{{ item['Nsamples'] }} samples

{{ item['Nfeatures'] }} features

Sample Summary

Table 1. Sample summary table.

{{ item.sampleSummary['Acquired'].to_html() }}

*Details of any missing/excluded study samples given at the end of the report

Spectral Data Summary

Table 2. Data processed with the following criteria:

{{ item['DataParametersTable'].to_html() }}

Samples acquired between {{ item['start'] }} and {{ item['end'] }}.

Figure 1. Boxplot of line width distributions (by sample type).

Peak Width plot.

Figure 2. Distribution in intensity of spectral data around the removed water peak region.

Distribution in intensity of spectral data around the removed water peak region.
{% if pcaPlots %} {{ pca.basicPCAReport(pcaPlots) }} {% endif %} {% if 'StudySamples Exclusion Details' in item.sampleSummary %}

Missing/Excluded Study Samples

Table 3. Details of missing/excluded study samples.

{{ item.sampleSummary['StudySamples Exclusion Details'].to_html() }} {% endif %} {% endblock %}