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
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?
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?