Visualize coverage across exons with varying lengths
2
0
Entering edit mode
20 months ago
Kash ▴ 110

Hi,

I have per base read depths for a bunch of exons with different lengths. I want to plot the read depth for these exons in the same graph. Can someone please tell me how to divide the read depth values into 100 bins for every exon. So I can have an x axis from 0 to 100. I want to see coverage across exons. My problem is the exons are different length from 35bases to 4000bases. I have read depth for each base (most are zero).

Thank you in advance

Exons python readdepth binning • 747 views
ADD COMMENT
0
Entering edit mode

there are plenty of functions out there that will deliver you a moving average; alternatively need to just write a custom script for this.

do you have a bam file? if so, can use IGV.

ADD REPLY
0
Entering edit mode
ADD COMMENT
0
Entering edit mode
20 months ago

deepTools' computeMatrix and plotProfile may do what you need. You'd need a BED file of exons and a bigWig file of read coverages, though

see here

ADD COMMENT

Login before adding your answer.

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