{% extends "base_QC.html" %} {% import 'pcaReport.html' as pca %} {% import 'sampleReportChunk.html' as sampleReport %} {% block title %}{{ 'Limits Of Quantification Assessment Report' }} For: {{ item.Name }} {% endblock %} {% block content %}

Only quantified features are assessed for the merge of limits of quantification ({{ item['MonitoredFeaturesRatio'] }}).

Table 1. Limits of Quantification pre and post merging to the lowest common denominator.

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

Table 2. Number of sample measurements lower than the Lowest Limit of Quantification, pre and post merging to the lowest common denominator.

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

Table 3. Number of sample measurements greater than the Upper Limit of Quantification, pre and post merging to the lowest common denominator.

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

Figure 1. Measured concentrations pre and post LOQ merge, split by batch and sample types.

{% for value in item.ConcentrationPrePostMergeLOQ %} Measured concentrations pre and post LOQ merge, split by batch and sample types. {% endfor %}
{% endblock %}