Thanks for replying!.
Do you expect the conditions to change the open chromatin landscape quite a bit?
Yes, this is a gene knockout experiment and the gene is part of a nucleosome remodelling complex.
How are the differential sites divided between the two conditions? Do they mostly show increases in one condition, or are there many changes in both directions?
Actually this part had a bit of perplexing results. I tried using both deseq2 and edgeR for the differential peak calling. However the results from both of them differ highly(ma plots - deseq2/edgeR/no normalization). With
bNormalized=FALSEthe data does show a strong shift in one direction.
Are results from deseq2 and edgeR expected to be so different?
I did take a look at the raw counts and visualized the results in IGV. The pileups do look visually different across the replicates even for peaks at a lower FDR cutoff.
Some details about the experiment itself, so what are the conditions, which organism, which treatment etc., would help.
Thanks for the reply!. The experiment is a gene knockout experiment and the organism here is Mus musculus(using mm10 as reference). There is no input/control. It is comparison of wild type vs the knockout each having 3 replicates.
Which gene was knocked out? Depending on the gene function, e.g. a histone deacetylase or methyltransferase, it might make sense that you see large-scale effects on chromatin accessability. Did the quality control steps look ok, so do you see the nucleosomal pattern in the insert sizes of the paired-end sequencing, and do the replicates correlate well among each other?
Thanks again. Apologies was out of office.
If your aim is to call different open regions I'd first be concerned about using BAMPE when you call peaks. When you use BAMPE, MACS2 will create a coverage vector from the fragment (created by filling in the space between the two mapped ends). However, pairs can be mapped either side of a nucleosome so when you pileup the fragment, you're actually calling peaks in both closed and open regions.
Thanks for the reply! I am new to peak based analysis in general. I chose BAMPE over a specific shift/extsize based on the MACS2 authors recommendation here
The other parameters that I have seen being used for ATAC are
--shift -75/-100 extsize 150/200. But will these not then result in further shifting the reads which are mapped on either side of a nucleosome even more away from the centre and going into closed regions nearby? I realize it may be a naive question but I have not been able to get a good visualization of the part of the nucleosome the reads are coming from in ATAC.Also what parameters would you recommend ideally for a differential ATAC analysis.