Hi! I was wondering if there are any methods that can identify cell-type-specific ChIP-seq signal?
I've tried edgeR, and some packages based on edgeR, such as diffbind or csaw. However, those methods only do pairwise comparison. But I want to compare more than 3 groups altogether. For example, I have ChIP-seq/RNA-seq data from 3 different cell types, I want to know the location where signal predominantly shows up in one type of cell, but not in the other two? Then I can use those cell-type-specific ChIP-seq signals to deconvolute heterogeneous tissue samples.
I think I can still do pairwise comparison, such as find the differentially binding(DB) sites between A vs. B, and A vs. C, and take the intersection between the two DB subsets as DB specific to cell type A. Does this sounds solid? Or do you know any direct way to do this? Thanks a lot!!
I will try that. Thanks!!