Thank you for the insightful feedback. You're absolutely right, and I'd like to clarify the duplication rates:
Cut&Run data for a transcription factor with the following setup:
Multiple time points with replicates
IgG control processed identically as a BAM file as control for macs2
Raw sample files each had approximately 45 million reads and decent quality except high duplication rate in the samples (about 30 to 40 percent in most files). I have read that this is fairly common for CUT&RUN data but usually goes up to 10 to 15 percent.
Further cleanup was performed with Trimmomatic with a loss of about 10 percent total reads.
Alignment with bowtie2 to hg38 reference gave stats: (all bam are around these thresholds).
The dovetail setting was allowed.
About 50 to 60 percent of all (trimmed) reads were mapped.
I also filtered for: "isProperPair" "true", "mapQuality" ">=30", "reference" "not chrM" "Insert size less than 120".
The last filter was based on input from Henikoff et al., 2017 which mentions that less than 120 bp fragments represent cleavages around TF binding sites.
Post deduplication, there were about 10 to 15 million reads (with 0.7 percent duplication). Peak calling with macs2 (BAMPE, with IgG control BAM that I ran through the same steps) gave:
5 peaks for most samples. The third time point has 9 to 15 peaks per replicate. Cross-correlation graphs are weak.
I'm not too sure what to make of this data, especially since it looks like data quality is fine. Any insight or advice would be greatly appreciated.