{% macro basicPCAReport(item) -%}

PCA Analysis

Figure {{ item.PCAcount }}. PCA scores plots coloured by sample type.

{% for key, value in item['QCscores'].items() %} PCA scores plots coloured by sample type. {% endfor %}

Figure {{ item.PCAcount + 1 }}. PCA loadings plots coloured by magnitude.

{% for key, value in item['loadings'].items() %} PCA loadings plots coloured by magnitude. {% endfor %}
{%- endmacro %}