Entering edit mode
4 hours ago
Pallondyle
•
0
I'm currently working on ChIP-seq analysis. Following the standard ChIP-seq analysis pipeline, I have generated a nice-looking bigWig peak track. However, when I check the sequences corresponding to these peaks, I find that the reads are only present in the R1.fastq file but not in R2.fastq. As far as I understand, sequencing adapters are randomly ligated to both ends of the ChIP fragments, so the sequences should theoretically be represented in both R1 and R2 fastq files. What could be the possible reason for the phenomenon I observed?
My grep results: The forward sequence and reverse sequence:
I'm performing ChIP-seq for a variant of SpCas9.
Note that a DNA fragment from ChIP is not the same as the sequencing result. If you have, say a 500bp fragment of DNA, and you sequence it, say 2x150bp, then you get 150bp each side, and you miss the 200bp that are not covered by the reads. And then depending on how large the peak is (width) and where the read is positioned, it could be that only R1 picks it up.
In this toy example, only the second one has the peak in both R1 and R2, the others contribute to it partially.
Does this make sense?