Overlap of peaks called in each sample of merged dataset #1736
-
Hello, I have two samples in a merged dataset that I have then called peaks on. I was wondering how it might be possible to compare the overlap of called peaks in for each sample; i.e. see how reproducible called peaks are in each cluster on a per-sample basis? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I typically discourage direct comparison of called peaks as a means of understanding biology because I find peak calling to have many confounders but perhaps thats not how you plan to interpret this. |
Beta Was this translation helpful? Give feedback.
I typically discourage direct comparison of called peaks as a means of understanding biology because I find peak calling to have many confounders but perhaps thats not how you plan to interpret this.
We dont provide methods to do this but standard GRanges operations should work and the per-sample peak calls are stored within the
./PeakCalls
directory. Does that answer your question?