What problem does it solve?
ATAC-seq analysis requires coordinating alignment, TSS enrichment, fragment-size checks, blacklist filtering, peak calling, and replicate concordance across many samples, which is error-prone when done ad hoc. This Skill plans and executes that entire workflow with defined QC gates.
Core Features & Use Cases
- End-to-end ATAC-seq processing: Align FASTQ or BAM inputs, call peaks with MACS2, generate bigWigs, consensus peaks, and browser-track files via a dedicated runner or nf-core/atacseq.
- QC gating: Produces TSS enrichment, FRiP, insert-size periodicity, mitochondrial fraction, and blacklist overlap metrics with a dashboard and SVG plots before any biological interpretation.
- Downstream analysis: Supports consensus peak matrices, motif enrichment with HOMER, and differential accessibility design when replicate quality is sufficient.
- Use Case: Given a sample sheet of paired-end ATAC-seq FASTQs across treatment and control replicates, run the preflight check, execute the local-light runner with a Bowtie2 index and blacklist BED, and review the QC dashboard before calling consensus peaks.
Quick Start
Ask the assistant to plan an ATAC-seq QC and peak-calling workflow from your sample sheet, starting with the preflight command and checking TSS enrichment and FRiP gates.