This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to normalize Bigwig files to per million reads?

This may sound stupid but I am new to this. I have got Bigwig files for ChIP-seq data for PolII for different treatments. But each sample had different total reads so I want to get normalized Bigwig file (probably per million reads normalization) so that its easy to compare the signal on IGV.

Thanks!

chip-seq next-gen

1 answer

Well technically this needs to be done before you convert.

What you can do is round trip the data into bedgraph where you can normalize the value with a simple awk script then convert it back to bigwig.

Thanks Istvan. I have BAM, SAM, Bedgraph, Bigwig files but no idea how exactly to do that. Can you please detail?

Log in to answer this question.