Normalizing Bigwig values
1
0
Entering edit mode
3.7 years ago
hkitano • 0

What is the best method to normalize the values in a bigwig or bedGraph file? I am trying to compare two bigwig files, one whose range is between 0 and approximately 0.01, and another that is between 0 and 800. Thank you!

bigwig bam normalization ngs • 3.0k views
ADD COMMENT
0
Entering edit mode

The bamCompare function from deepTools will allow the creation of a library size normalized bigwig comparing two samples.

If you want a normalized bigwig per sample, consider using the library size factors from DESeq2 or EdgeR when making individual bigwigs with deepTools, using them as input in the --sizeFactor argument.

ADD REPLY
0
Entering edit mode

Thank you! How would I create a standard count matrix to carry out the DESeq2 size factors? using featureCounts?

ADD REPLY
1
Entering edit mode
3.7 years ago

There is a very good answer by ATpoint that gets into this and how to use the size factors from DESeq2 or edgeR to normalize bigwigs as rpolicastro mentions.

ADD COMMENT
0
Entering edit mode

Thank you! How would I create a standard count matrix as described? using featureCounts?

ADD REPLY
0
Entering edit mode

Yes, feature counts should work fine, or csaw.

ADD REPLY

Login before adding your answer.

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