{% extends "base_QC.html" %} {% block title %}Correlation with Dilution Report For: {{ item.Name}}{% endblock %} {% block content %}

For each serial dilution (SRD) sample batch subset and mean overall; plots of Total Ion Count (TIC) by dilution, TIC by detector voltage and correlation to dilution histogram

{% for key, value in item['figuresCorLRbyBatch'].items() %}

{{ key|e }}

Linearity reference (LR) plots by batch.
{% endfor %}

Number of features exceeding correlation to dilution threshold ({{ item.corrThreshold }}) for each SRD sample subset/correlation to dilution method

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

Current correlation settings:

Assessment of potential saturation

Heatmap showing the proportion of features (in different intensity quantiles, low:0-25, medium:25-75, and high:75-100%) where the median intensity at lower dilution factors is greater than or equal to that of higher dilution factors.

Heatmap showing the proportion of features where the median intensity at lower dilution factors exceeds that of higher dilution factors.
{% endblock %}