{% extends "base.html" %} {% block content %} Sequencing depth report about the chromosome {{chrom_name}} of the project {{project_name}}.

1 - Coverage

The graphics shows the coverage as function of the position in the genome.
Interactive plots are available in the following table. Note that the whole reference is split into sub-regions (500,000 bp length at max). {{ list_submapping }}

2 - Normalized coverage

{{ nc_paragraph }}

3 - Z-Score distribution

{{ bp_paragraph }}

4 - Low coverage region

{{ lc_paragraph }} {{ low_coverage }}

5 - High coverage region

{{ hc_paragraph }} {{ high_coverage }}
{% endblock %}