{{ item['Nsamples'] }} samples
{{ item['Nfeatures'] }} features
{% 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 %}
{{ item['Nsamples'] }} samples
{{ item['Nfeatures'] }} features
Table 1. Sample summary table.
{{ item.sampleSummary['Acquired'].to_html() }}*Details of any missing/excluded study samples given at the end of the report
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).
Figure 2. Distribution in intensity of spectral data around the removed water peak region.
Table 3. Details of missing/excluded study samples.
{{ item.sampleSummary['StudySamples Exclusion Details'].to_html() }} {% endif %} {% endblock %}