Closed nleroy917 closed 1 month ago
Nevermind, I think I see it in the config file.
macs3:
params: '--shift -75 --extsize 150 --nomodel --call-summits --nolambda --keep-dup all -p 0.01'
Ok I think I answered myself, so I will close
I'm comparing
macs3
peak calling procudures around various forums and code bases. I started here: https://github.com/macs3-project/MACS/discussions/435 on the macs3 repo.It references a tweet where people regularly mention adding a
--shift 100
argument to themacs3
call. I'm curious if this is done here or not? It seems that the use of the--shift
parameter inmacs3
is primarily to adjust the positioning of the reads before peak calling, which is particularly important for ATAC-seq data due to how the cutting sites are represented.It seems like not when I look at the code: