Hello,
The following is code I used to produce a heat map of my ATACSeq data. The strange thing is that I have one replicate that looks normal and another that looks like this (image attached). The code is run the exact same way for both samples.
bedGraphToBigWig Sample_treat_pileup.bdg genomic.fna.chrom.sizes Sample.bw
computeMatrix reference-point --referencePoint TSS -b 3000 -a 3000 -R genomic.gtf -S Sample.bw --skipZeros -o Sample.computeMatrix.gz -p max/2
plotHeatmap -m Sample.computeMatrix.gz -o Sample.plotHeatmap.pdf
I am getting a TSS enrichment that look inverted
Has anyone run into this pattern before? It doesn't seem biologically plausible.
For comparison, here is my technical replicate that looks normal. Keep in mind the first sample (with the inverted heatmap) had a tapestation without periodicity, whereas this second sample had periodicity.
Technical replicate or did you mean to say experimental replicate? A technical replicate (e.g. same library sequenced twice) should (will) never look different.
I'm getting a distribution that looks a bit like a camel hump when I zoom out
Yes, this is strange. Even with a poor library, I don't think I'd expect a TSS depletion. It seems you are using macs2/3 generated signal files? Is it possible you are using some sort of normalized file (e.g. signal over lambda)?
Macs3! And I made sure the treatment bed graph is being used. Doesn't seem like theres any normalization happening but according to the paper I post below maybe it can happen??
I haven’t looked at ATAC-seq data for almost 10 years but is it possible that you overdigested (in theory the TSS is open) and then during size-selection the really small fragments were excluded?
Other than that maybe look at your peaks from known good genes in IGV.
This is what im thinking too