This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Identifying novel ChIP-seq peaks in KO samples compared to WT

I have two ChIP-seq tracks of a histone modification from WT and KO cells which have been processed in parallel. I also have input tracks for both samples. The histone modification is diffuse across the genome and does not form clear peaks. Peak calling is therefore very difficult. Normally, to identify novel binding sites, I would call peaks on WT and KO samples individually and then intersect the two peak files.

In this case, I am considering calling peaks on the KO sample using the WT sample as my "input" to identify novel regions of enrichment.

Both the ChIP samples and the matched inputs are similar to each other with comparable read counts.

Are there any reasons why this would be a bad idea?

chip-seq

2 answers

Just one of many options, but you might take a look at csaw:

https://bioconductor.org/packages/release/bioc/html/csaw.html

Thanks for that. I'll have a look.

If you have replicates try out THOR

or ODIN if you don't have replicates

both methods handle input DNA.

Log in to answer this question.