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