bio-atac-seq-atac-peak-calling

Installation
SKILL.md

ATAC-seq Peak Calling

Basic MACS3 for ATAC-seq

# Standard ATAC-seq peak calling
macs3 callpeak \
    -t sample.bam \
    -f BAMPE \
    -g hs \
    -n sample \
    --outdir peaks/ \
    -q 0.05 \
    --nomodel \
    --shift -75 \
    --extsize 150 \
    --keep-dup all \
    -B
Installs
3
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-atac-seq-atac-peak-calling — gptomics/bioskills