This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Visualising the number of overlapping peaks in ChIP-seq studies

I am usually asked if I can show the overlap between peaks in ChIP-seq studies using a venn diagram. However a venn diagram supposes the relationship is 1:1, where as a single peak in one sample could overlap multiple peaks in another sample. My question is how do you normally calculate the amount of peak overlap and how do you prefer to visualise/summarise this overlap?

chip-seq

This is a common misconception that even the most seasoned analysts make.
A peak isn't a single entity. Its a region of the genome. You shouldn't use Venn Diagrams (or any other categorical visualization) for something with a beginning, end, and ideally intensity. Check out the deeptools package to see how to overlay positional information for 1 or more categories of sample/feature.

I have a post here about how to do this with mergePeaks in HOMER and the VennDiagram package in R, and also a post here about how to do the same with UpSet plots.

0 answers

No answers yet.

Log in to answer this question.