This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert normalized BigWig file to count matrix?

Hi,

I have some normalized BigWig files and now I want to convert these normalized BigWig files to count matrix. Can anyone give me any advice? I will appreciate it if you could give me some advice.

Thanks in advance!

count-matrix bigwig

I want to use the matrix derived from bigwig files to perform different analysis by DESeq2 or edgeR.

bigwig is chrom/start/end/value . what kind of matrix do you want ?

Hi Pierre,

Thanks for your reply! I want to get a feature count matrix from coverage data stored in BigWig files. And this BigWig file has been normalized.

1 answer

It's not possible. Gene counts are a region aggregate, bigwigs are a per-base readout and you cannot use normalized counts for mentioned tools.

Hi ATpoint,

Thanks for your reply!

Log in to answer this question.