纠正错误 / Fix 添加实例 / Add example
文件格式 / Formats

MACS3

ChIP-seq/ATAC-seq 常用 peak calling 工具,MACS2 的后续版本。Peak caller for ChIP-seq and ATAC-seq; successor of MACS2.

速览 | Quick Look

安装 | Install

mamba install -c bioconda macs3

常用命令 | Common Commands

转录因子 ChIP-seq:

macs3 callpeak -t chip.bam -c input.bam -f BAM -g hs -n sample --outdir macs3/sample

ATAC-seq 常见设置:

macs3 callpeak -t atac.bam -f BAMPE -g hs -n atac_sample --outdir peaks --nomodel

宽峰:

macs3 callpeak -t h3k27me3.bam -c input.bam -f BAM -g hs \
  --broad --broad-cutoff 0.1 -n h3k27me3 --outdir peaks

关键参数 | Key Options

常见坑 | Pitfalls

参考 | References