Computing Relative Percentage Of Binding Sites On Each Chromosome
1
1
Entering edit mode
12.0 years ago
ChIP ▴ 600

Hi!

I have a genome wide binding profile of a transcription factor through ChIP seq expt. The total number of binding sites are 6567 and I also have the chromosomal distribution of these sites. I want to get the relative binding percentage for each chromosome.

The organism is homo sapiens.

formula: (number of binding sites on a chromosome / total number of binding sites) * length of chromosome

Is this formula correct (length of chromosome being in bps).

Or can you suggest something else?

Thank you

chip-seq seq • 2.2k views
ADD COMMENT
1
Entering edit mode

Perhaps you want something like:

sites_on_chromosome/length_of_chromosome (in Mb), so you get sites/Mb on each chromosome. You can do the same for sites in the genome and genome length. From there, you can form ratios of interest. Does that get you what you want?

ADD REPLY
0
Entering edit mode

Hi! What do you mean by relative binding percentage? Just from your formulae, note that you are multiplying with length of chromosome alone (it is not percentage). Can you explain little bit more that what you want to check in the end?

ADD REPLY
1
Entering edit mode
12.0 years ago

Hi, I agree with Sean, rather then the total length you should calculate per MB. Also, this might be biased as some chromosomes are more densely populated versus other (like chr19) and if you'll compare the bindings later on, you might observe less bindings on small chromosomes comparable to more bindings on big chromosomes.

I think you should also compare the height of the peak or the fold enrichment of the bindings per chromosome or per MB, so that you have a more generalized way. Use the tool pyicos, which gives you the area under the peak, which I think is a better thing to do. Also, check this page for the distribution of genes/exons/introns per chromosome of the human and mouse.

Cheers

ADD COMMENT

Login before adding your answer.

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