Genome coverage within specified regions
1
0
Entering edit mode
4.7 years ago

Hi, I have a bed file containing the coordinates of certain regions of the genome. I want to get the genome coverage of these regions at each base position (i,e, similar to using -d option in bedtools genomecov).

example bed file

chr1 100 200 chr5 250 300

I want the output in the following manner:

chr1 100 "coverage at this position" chr1 101 "coverage" chr1 102 "coverage" . . . chr1 199 "coverage" chr1 200 "coverage" chr5 250 "coverage" chr5 251 "coverage" ...and so on

The genomecov of bedtools does this for the entire genome. Is there any way to get the coverage within the regions specified only?

bedtools genomecov coverage • 1.9k views
ADD COMMENT
0
Entering edit mode

https://bedtools.readthedocs.io/en/latest/content/tools/coverage.html

bedtools coverage [OPTIONS] -a <bed/gff/vcf> -b <bed/gff/vcf>
ADD REPLY
1
Entering edit mode
4.7 years ago
ATpoint 81k

Mosdepth for the win (https://github.com/brentp/mosdepth ):

-b --by <bed|window> optional BED file or (integer) window-sizes.

ADD COMMENT

Login before adding your answer.

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