How to normalize Bigwig files to per million reads?
1
0
Entering edit mode
9.4 years ago
KB • 0

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 • 5.8k views
ADD COMMENT
0
Entering edit mode
9.4 years ago

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.

ADD COMMENT
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

You have to download the tools from http://hgdownload.cse.ucsc.edu/admin/exe/ for your platform, then use bigWigtoBedgGraph and bedGraphtoBigWig pairs.

ADD REPLY

Login before adding your answer.

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