CRUNCH Results {% if project != '' %} for {{ project }}{% endif %}
Quality Control, Mapping, Fragment Size Estimation:
{% for rep in samples %} {% if rep.file_type == "shiftedbed" -%}{{rep.name}}
- {{rep.num_reads_input}} input reads (in BED format, shifted by half of fragment size).
- Report PDF
{{rep.name}}
- {{rep.num_reads_input}} input reads (in FASTA format).
- {{rep.num_reads_2QC}} reads after removal of adapters and low complexity reads.
- {{rep.num_reads_mapped}} reads after mapping.
- Report PDF
{{rep.name}}
- {{rep.num_reads_input}} input reads (in FASTQ format).
- {{rep.num_reads_1QC}} reads after removal of low quality reads.
- {{rep.num_reads_2QC}} reads after removal of adapters and low complexity reads.
- {{rep.num_reads_mapped}} reads after mapping.
- Report PDF
Peak Calling:
- {{windows_num}} windows are significantly enriched at FDR=10% (z-value cut-off: {{z_cutoff}})
- {{windows_num}} windows merged to {{regions_num}} regions.
- {{peaks_num}} significant peaks fitted within {{regions_num}} regions.
Top peaks:
| Coordinates | Z-score | Nearest Genes on the Left | {% if organism == "dm3" -%}Offset of Nearest Genes on the Left (Strand) | {% else %}Offset of Nearest TSS on the Left (Strand) | {% endif %}Nearest Genes on the Right | {% if organism == "dm3" -%}Offset of Nearest Genes on the Right (Strand) | {% else %}Offset of Nearest TSS on the Right (Strand) | {% endif %} {% for name in motif_names %}{{name}} | {% endfor %}
|---|---|---|---|---|---|---|---|---|
| {{peak.chrom}}:{{peak.start}}..{{peak.stop}} | {{peak.score}} | {{peak.upstream_genes}} | {{peak.upstream_offset}} | {{peak.downstream_genes}} | {{peak.downstream_offset}} | {% for name in motif_names %} {% for key, value in peak.sites.iteritems() %} {% if key == name -%}{{value}} |
{% endif %}
{% endfor %}
{% endfor %}
Examples of peaks fitted within regions
Complementary Motifs Enriched In Peaks:
Motif Name |
Sequence Logo |
Motif Ensemble Enrichment (Motif Ensemble log-Likelihood Ratio) |
Enrichment (log-Likelihood Ratio) |
Precision and Recall |
Prediction - Observation Correlation |
Enrichment at Binding Sites |
Number of Positively Predicted Peaks |
|---|---|---|---|---|---|---|---|
| {{motif.name_unquote}} | |
{{motif.ensemble_score}} ({{motif.ensemble_LLratio}}) | {{motif.score}} ({{motif.LLratio}}) | {{motif.auc}} | {{motif.fov}} | {{motif.eabs}} | {{motif.truepeaks}} |
Contribution and Correlation Plots
Top Motifs Enriched In Peaks:
Motif Name |
Sequence Logo |
Enrichment (log-Likelihood Ratio) |
Precision and Recall |
Prediction - Observation Correlation |
Enrichment at Binding Sites |
Number of Positively Predicted Peaks |
|---|---|---|---|---|---|---|
| {{motif.name_unquote}} | |
{{motif.score}} ({{motif.LLratio}}) | {{motif.auc}} | {{motif.fov}} | {{motif.eabs}} | {{motif.truepeaks}} |
Downloads
- Download Complete Analysis Report
- Download Peaks (with annotations and predicted binding sites)
- Download Detailed Report PDF about Peak Calling
- Download Detailed Report PDF about Motif Analysis