How many reads cover the exon per gene from a BAM? The gene (or exon) is totally covered by BAM file?
2
0
Entering edit mode
5.9 years ago

Hi! I want to calculate a percent of coverage (or the read count witch cover it) of the exons that code for a gene. How can I do? Which is the pipeline? Is it possible to get this information starting from the BAM file?

I'll like to get a result that seems like this:

chr | start | end | reads | exons | gene_name | percent_of_coverage

I would like to use python tools

Thanks a lot

Andrea

coverage gene BAM • 2.2k views
ADD COMMENT
2
Entering edit mode
5.9 years ago

Hello Andrea,

if you don't want to reinvent the wheel have a look at picard CollectHsMetrics with the PER_TARGET_COVERAGE parameter. The output looks pretty much as you like to have it.

fin swimmer

ADD COMMENT
0
0
Entering edit mode

Thank you Pierre, but I don't know which is the bed file for matching.

ADD REPLY

Login before adding your answer.

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