how to get the coverage for the entire interval
0
0
Entering edit mode
7.0 years ago

I have aligned my RNA-seq data and trying to get the coverage of 72 nt sequence using bedtools. I also have the coordinate of this sequence. when I get the coverage results, that is only for 62 bases. I want to get the coverage for the entire interval not 5p or 3p. do you know how to solve the problem?

alignment RNA-Seq • 1.6k views
ADD COMMENT
1
Entering edit mode

Hello,

what was the command you used? And how do you define "coverage"? Total bases sequenced? Average read counts per position? ..?

For bedtools coverage for example there is option -d, which reportes the depth at each position even if it's zero.

fin swimmmer

ADD REPLY
0
Entering edit mode
bedtools genomecov -ibam accepted_hits.bam -g GRCh37.p13.genome.fa > output.txt

I want read counts per position.

ADD REPLY

Login before adding your answer.

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