Thanks Istvan. I have BAM, SAM, Bedgraph, Bigwig files but no idea how exactly to do that. Can you please detail?
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!
• 6,391 views
•
link
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.
• 0 views
•
link
• 0 views
•
link
You have to download the tools from http://hgdownload.cse.ucsc.edu/admin/exe/ for your platform, then use bigWigtoBedgGraph and bedGraphtoBigWig pairs.
• 0 views
•
link
Log in to answer this question.