Hello,
I want to create a ChIP heatmap using profileplyr, but I want to merge some samples according to condition. This is implemented in DiffBind by the looks of things, but I want to customise the heatmap a bit to show the conserved peaks, gained peaks, and lost peaks in the same plot (from what I can tell, DiffBind only shows gains and losses). I also want to be able to combine all samples into a single heatmap.
Is there a way to do this in Diffbind, or directly in profileplyr?
Many thanks, Jess
Thank you for the prompt response! I have managed to do this using the 'sites' parameter. In our case, it seems like many NS hits are conserved, and the profile plot is useful to confirm this.
Apologies, you are correct,. it is indeed the
sites
parameter. I'm happy you made it work!