Quantification of acetylation enriched regions at transcription factor binding sites (WT vs KO)
1
0
Entering edit mode
3.6 years ago

I am still at the beginning of ChIP-seq data analysis and am stuck in the following problem: I want to quantify the enriched peaks of H3K27ac at the proximity (5kb) of each binding site of a transcription factor under study, and make a comparison with the knock-out of the same TF. I have already calculated the total number of H3K27ac peaks that fall in the 5kb range between the 2 conditions but not for each binding site. How could I accomplish this, given also the total number of TF binding sites? And then, how could I represent it graphically? Thank you.

ChIP-Seq • 807 views
ADD COMMENT
1
Entering edit mode
3.6 years ago
Prakash ★ 2.2k

One suggestion would be to quantify the H3K27ac enrichment ± 5kb (or ± 2kb) relative to peak summit for the given set of identified TF binding sites of your interest. This can be performed in HOMER using option e.g -size 5000 -hist 10 . More detail can be found here . Further graphically it can be represented in R using basic plot function or ggplot2

ADD COMMENT
0
Entering edit mode

Thank you for your answer, but I managed to do that simply by adding -c (count) option in bedtools window command. Now I would like to filter only the regions for which there is an increase in acetylation peaks in the TF knock-out with respect to wild-type, having two separate bed files. Any suggestions?

ADD REPLY

Login before adding your answer.

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