{% extends "base_QC.html" %} {% block title %}Batch correction Assessment Report For: {{ item.Name}}{% endblock %} {% block content %}

Overall TIC for all samples and features, coloured by batch

Pre-correction TIC for all samples, coloured by batch number.

Example batch correction plots for a subset of features, results of batch correction with specified batches

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

{{ key|e }}

Example of batch correction for a subset of features.
{% endfor %} {% endblock %}