{% extends 'base.html' %} {% block content %}

Core features

Feature table summary

Sample count: {{num_samples}}
Feature count: {{num_features}}
{% if show_plot %} {% else %} Plot with only one data point has been omitted. {% endif %}

Terminology key

Fraction of samples: The fraction of the total number of samples that a feature must be observed in for that feature to be considered "core".
Feature count: The number of "core" features.
Fraction of features: The fraction of the total number of features that are "core" features.
Feature list: The list of "core" feature IDs and their total percentile frequencies.
{{table_html}}
{% endblock %}