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

Sequencing depth and genome coverage report
Chromosome: {{chrom_name}} {% if project %} Project : {{project_name}} {% endif %}

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 - Basic stats

The following table gives some basic statistics about the genome coverage. {{ nc_stats }} Here are some definitions used:


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 }}
{% if coverage_vs_gc %}

6 - Coverage versus GC

{{ coverage_vs_gc }}
{% endif %} {% endblock %}