{% extends "base_QC.html" %} {% block title %}Feature Selection Report For: {{ item.Name}}{% endblock %} {% block content %}

Heatmap of the number of features passing selection with different Residual Standard Deviation (RSD) and correlation to dilution thresholds

Heatmap of the number of features passing selection with different RSD and correlation to dilution thresholds.

Summary of current feature filtering parameters and number of features passing at each stage

Number of features in original dataset: {{ item['Nfeatures'] }}

Features filtered on:

Number of features after filtering: {{ item['featuresPassed'] }}

{% endblock %}