This is a test version of Biostars. For the public version, visit https://www.biostars.org.
The way to compare ChIPSeq peaks enrichment level in different samples

I have ChIPSeq data from four samples, and I want to compare peaks enrichment level among those samples.

chip-seq

2 answers

You could try MACS2 bdgdiff: https://github.com/taoliu/MACS/wiki/Call-differential-binding-events

Here are some other tools: http://andre-rendeiro.me/2015/04/03/chipseq_diffbind_analysis/

Not exactly peak enrichment, but a convenient and unbiased method is bamFingerprint from deepTools.

Log in to answer this question.