Suppose I have a ChIP-seq track, and I want to see how well it correlates to histone modification tracks such as H3k4me3, what would be my best course of processing? bam => bed => bigWig and use bigWigCorrelate? Or should I take the top percentage (say 5%) of each track, use 0/1 to simplify the signal (i.e. to dichotomize) and do a chi-sq, for instance?
Thank you!