Hi everyone,
I would like to create two BigWig files to display RNA-seq density histogram in the genome browser. My main dificulty is to have the histogram normalized taking into account that there is different number of aligned sequences between the two initial bam files. Can anyone suggest a way of doing it? Or a tool?
as of now I am doing:
coverageBed > to generage a .bedg file
bedGraphToBigWig > to generage .bw file
Can I simply correct number of reads in both files to a fixed number of total reads aligned (10 millinon for example)?
Thanks very much!
I would like to create two BigWig files to display RNA-seq density histogram in the genome browser. My main dificulty is to have the histogram normalized taking into account that there is different number of aligned sequences between the two initial bam files. Can anyone suggest a way of doing it? Or a tool?
as of now I am doing:
coverageBed > to generage a .bedg file
bedGraphToBigWig > to generage .bw file
Can I simply correct number of reads in both files to a fixed number of total reads aligned (10 millinon for example)?
Thanks very much!
Comment