CRUNCH Results {% if project != '' %} for {{ project }}{% endif %}
Caution:
Crunch is not able to conduct motif analysis as not enough peaks (<200) were called to meaningfully analyse them. Supposedly low input data quality.
The significance level of Crunch can be lowered by increasing the false discovery rate (FDR) under the "Advanced options" menu.
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 %}
|---|---|---|---|---|---|---|---|
| {{peak.chrom}}:{{peak.start}}..{{peak.stop}} | {{peak.score}} | {{peak.upstream_genes}} | {{peak.upstream_offset}} | {{peak.downstream_genes}} | {{peak.downstream_offset}} |
Examples of peaks fitted within regions
Downloads
Download Peaks (with annotations)Download Detailed Report PDF about Peak Calling {% for rep in samples %} {% if rep.file_type == "shiftedbed" -%}