What problem does it solve? Analyzing ChIP-seq, RNA-seq, and ATAC-seq data requires many error-prone command-line steps for normalization, quality control, and visualization, and choosing wrong parameters (like extending RNA-seq reads or skipping genome size for RPGC) silently invalidates results. ## Core Features & Use Cases - Coverage Track Generation: Convert BAM files to normalized bigWig/bedGraph tracks with RPGC, CPM, RPKM, or BPM normalization and correct effective genome sizes. - Quality Control: Run fingerprint, correlation, PCA, coverage, and fragment-size analyses to assess ChIP enrichment and replicate concordance. - Visualization: Build heatmaps and profile plots around TSS or peaks via computeMatrix, plotHeatmap, and plotProfile. - Use Case: Given Input and ChIP BAM files, validate them, generate a complete ChIP-seq analysis workflow script, and produce log2 ratio tracks plus TSS heatmaps. ## Quick Start Use the deeptools skill to validate my BAM files and generate a ChIP-seq QC workflow for Input.bam and ChIP1.bam on the hg38 genome.