{% extends "base.html" %} {% block content %} Mapping overview

1 - Coverage

3 - Low coverage region

Region with a zscore lower than {{ low_cov_threshold_2 }} and at least one base with a zscore lower than {{ low_cov_threshold }} are detected as low coverage region. Thus, there are {{ nb_low_region }} low coverage regions. {{ low_coverage }}

4 - High coverage region

Region with a zscore higher than {{ high_cov_threshold_2 }} and at least on base with a zscore higher than {{ high_cov_threshold }} are detected as high coverage region. Thus, there are {{ nb_high_region }} high coverage regions. {{ high_coverage }}
{% endblock %}