Hi Everyone
I have ChIP-Seq in a strain with defined maternal/paternal background and Now I want to use DiffBind to perform allele-specifc binding analysis. But what should be the design of analysis in this case? I can think of different ways:
- I can compare maternal ChIP vs maternal Input (group 1) to paternal ChIP vs paternal Input (group 2), In this case I will have to call peaks separately for mat/pat allele. But I am afraid that there are not enough reads to call peaks separately on alleles.
- I can compare between maternal-ChIP vs paternal-ChIP (group1) and maternal Input vs paternal Input (group 2), again by calling peaks separately for ChIP and Input.
- I can do the peak calling first on overall ChIP vs Input. Then I count the maternal/paternal reads on the peaks on both ChIP and Input samples, do differential binding using design 1 or design 2 above.
There could be other ways as well. But I would like to have some suggestions.
Thanks Rory for your reply. In short I have ChIPs for 5 different TFs with 2 replicates each , with matching input. The ChIPs are done on the F1 hybrid cells, and I create maternal/paternal genome using SNP information. Then I map the reads into these genomes separately, I convert the coordinates back to reference genome to make the comparable, then I count maternal/paternal reads (since I have mapping flags to separate them).
So I for each ChIP I seperate maternal/paternal reads for Control(Input) and Test(ChIP) sample. The diffbind design problem starts here.