Hi,
I would like to study H3K27ac modification in some stages. I have the below bam files and the number is read counts.
113,664,782 A.bam
87,305,342 B.bam
83,029,416 C.bam
49,539,212 D.bam
I used MACS2 to call peak:
macs2 callpeak -t $input -q 0.05 -f BAM -g hs -B --outdir $output -n $sample
and I get the peaks:
9065 A_peaks.narrowPeak
4873 B_peaks.narrowPeak
11080 C_peaks.narrowPeak
3521 D_peaks.narrowPeak
So the question is : why are the peak numbers so few? Is the sequencing depth enough or other reasons?
Thanks.
Thanks for your reply.
Yes, those counts are filtering (quality > 30 and remove duplicated, but not blacklisted regions).
I do not use control (or INPUT) bam. The background is OK (maybe) because I can see the clear and same peaks in repeat data. (the relative high of peak is same among different samples, I use autoscale in IGV). Maybe I can use the same scale.
The question is that: I would like to study the k27ac dynamic in the process from A to D. Could it be to compare them directly if they have different peaks?
Different peaks means gain or loss of peaks from A to D, which could be biologically true but you need to have replicates and perform a differential analysis like using DESeq2.
Yes, I hope the change is true, but it is huge. So I am suspicious.
Thanks again and I will check the replicates.