Cross-Correlation On Chip-Seq Like Data?
2
5
Entering edit mode
13.1 years ago

Has anyone looked into the similarity of two samples of chip-seq like data using cross-correlation or auto-correlation? Basically I wish to get some sort of metric that describes how similar two wiggle files are on a genome-wide scale. Or inversely how much variance in one sample can be described by looking at the pattern of distribution in the other. If you have, what software or library did you use or alternatively what different approach have you used?

chip-seq statistics wiggle • 4.9k views
ADD COMMENT
2
Entering edit mode

The way I understand it is that cross-correlation gets you the lag between signals; autocorrelation gets the periodicity within a single signal. Do you mean plain 'ol correlation, like on a bp-by-bp or window-by-window basis?

ADD REPLY
0
Entering edit mode

Good points. I was hoping that cross-correlation would not require there to be a periodicity and the signal itself would be enough for a measurement of similarity (I am still not clear on this). Regular correlation/regression might work I guess but I am concerned about the quantity of data for this approach. Perhaps a 100bp window per chromosome is the only way and avoid comparing two null or two background signals as per Jeremy's point below.

ADD REPLY
3
Entering edit mode
13.1 years ago
Dawe ▴ 270

I'm kind of interested in this topic. I'm developer of a package for digital signal processing of quantitative genomic data (such as ChIP-seq). Cross-correlation is something I was implementing too, although I had some issues with the border effect, and also I was not sure xcorr is a proper measure of similarity for two ChIPs. In addition, subtracting one chip from the other (after energy normalization) may have the same effect. d

ADD COMMENT
2
Entering edit mode
13.1 years ago

Seems like every time someone tries to use correlation to measure something like this the 0-0 effect throws things off. I prefer just calling the peaks and counting overlaps (by findOverlaps in R IRanges or using BEDTools).

ADD COMMENT

Login before adding your answer.

Traffic: 2173 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