-
Notifications
You must be signed in to change notification settings - Fork 269
Description
Hi,
We are currently working on paired-end data generated from CUT&Tag across all 4 histones. Our sample call for our broad peaks was:
macs3 callpeak -f BAMPE -g hs --keep-dup all --broad --nolambda --nomodel -q 0.01 --broad-cutoff 0.1
As recommended in the documentation, we employed the elbow method cutoff analysis for our data, resulting in the above cutoff values. The average of H3K27me3, H3K36me3, and H3K9me3 was about 2. As such, I used 0.01 for the q cutoff. However, I am unsure if that value should be applied to the q-cutoff or the broad-cutoff (which is currently just the default). Looking at our data, we do have a higher number of peaks than expected for H3K36me3 and H3K27me3.
It is important to note that in our data, many of the avelpeak elbow points differed significantly from the rest of the data or were undeterminable. If you have any further advice or recommendations, that would be greatly appreciated.