The best way to correlate some genome wide signal to histone modification signal
2
1
Entering edit mode
7.2 years ago
moxu ▴ 510

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!

RNA-Seq ChIP-Seq next-gen • 1.6k views
ADD COMMENT
0
Entering edit mode
7.2 years ago
Sinji ★ 3.2k

bigWigCorrelate sounds like a good option.

ADD COMMENT
0
Entering edit mode
7.2 years ago
vivekbhr ▴ 690

I can tell some deepTools solutions :

a) genome-wide : Run multiBAMSummary of both files, followed by plotCorrelation.

b) on some regions : Do peak calling from your ChIP-Seq data, take top peaks (bed) and do computematrix using histonemarks (bigWig), then plotHeatmap.

ADD COMMENT

Login before adding your answer.

Traffic: 2599 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6