{{ item['Nsamples'] }} samples
{{ item['Nfeatures'] }} features
{% extends "base_QC.html" %} {% import 'featureDistributionReport.html' as fdPlots %} {% import 'pcaReport.html' as pca %} {% block title %}Assay Summary Report for: {{ item.Name }}{% endblock %} {% block content %}
{{ item['Nsamples'] }} samples
{{ item['Nfeatures'] }} features
*Details of any missing samples given at the end of the report
Figure 1. RSDs of measures in reference and biological samples.
Heatmaps of internal correlations between subfractions. Values above the diagonal are differences from correlations in a reference dataset, values below the diagonal are raw correlations.
{% endif %} {% for key, value in item.correlationPlots|dictsort %}Figure {{ value.counter }}. Heatmap of internal correlations for {{ key }} BI-LISA components.