[% PROCESS box_diagram.html %] [% MACRO compare_previous_version_on_window_load BLOCK %] var ctx = document.getElementById('regulatory_build_2_compared').getContext('2d'); new Chart(ctx, { type: 'bar', data: barChartData_comparison_with_previous_version, options: { responsive: true, legend: { display: true, position: 'bottom', }, scales: { yAxes: [{ ticks: { min: 0 } }] }, title: { display: false, text: 'Total numbers by feature type' } } }); var ctx = document.getElementById('regulatory_build_2_compared_lengths').getContext('2d'); new Chart(ctx, { type: 'bar', data: barChartData_comparison_with_previous_version_lengths, options: { responsive: true, legend: { display: true, position: 'bottom', }, scales: { yAxes: [{ ticks: { min: 0 } }] }, title: { display: false, text: 'Total numbers by feature type' } } }); var ctx = document.getElementById('regulatory_build_2_compared_lengths_percent_coverage').getContext('2d'); new Chart(ctx, { type: 'bar', data: barChartData_comparison_with_previous_version_lengths_percent_coverage, options: { responsive: true, legend: { display: true, position: 'bottom', }, scales: { yAxes: [{ ticks: { min: 0 } }] }, title: { display: false, text: 'Total numbers by feature type' } } }); var ctx = document.getElementById('regulatory_build_2_compared_average_lengths').getContext('2d'); new Chart(ctx, { type: 'bar', data: barChartData_comparison_with_previous_version_average_lengths, options: { responsive: true, legend: { display: true, position: 'bottom', }, scales: { yAxes: [{ ticks: { min: 0 } }] }, title: { display: false, text: 'Total numbers by feature type' } } }); [% box_diagram_on_window_load %] [% END %] [% MACRO compare_previous_version BLOCK %]

Comparisons to the previous Regulatory Build

[% box_diagram %]

Total numbers

Percent of genome covered by feature type

All the numbers in this chart take overlaps into account. That means, if regulatory features overlap, the bases will be counted only once.

Total lengths in base pairs

Things to look at:

Average lengths of regulatory features

[% END %]