How find correlations between ChIP-seq tracks?
4
0
Entering edit mode
5.8 years ago
a.rex ▴ 350

I have two ChIP-seq tracks - specifically H3K4me3 and H3K27me3. I have used DeepTools to calculate coverage of each of the marks around annotated TSS's.

How can I correlated between the two tracks at particular points around the TSS? i.e. I want an easy way to find genes that are represented at the TSS by both marks....

Cheers!

ChIP-Seq analysis • 1.8k views
ADD COMMENT
3
Entering edit mode
5.8 years ago
ejm32 ▴ 450

You can use deeptools' multiBamSummary/multiwigSummary with the BED-file sub command and then use plotCorrelation

ADD COMMENT
1
Entering edit mode
5.8 years ago

See if this script, localEnrichmentBed.py, is of any help. See also TPM for ChIP-seq normalization

ADD COMMENT
1
Entering edit mode
5.8 years ago
Ian 6.0k

Seqminer (https://sourceforge.net/projects/seqminer/) is old (2012), but allows you to download the genes from the different clusters you observe, something I have not managed to do with Deeptools.

ADD COMMENT
1
Entering edit mode
5.8 years ago

From tracks, if it is wig or bigwig file, it is difficult to find whether "genes that are represented at the TSS by both marks".

If you have access to bam file, call the peaks and to intersect of the peaks to TSS.

To see the correlation, if you have bam file, count the number of mapped read around TSS and correlate.

ADD COMMENT

Login before adding your answer.

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