counting the sequencing reads in 10kb regions on a genome-wide scale
2
1
Entering edit mode
6.1 years ago
Bogdan ★ 1.4k

Dear all,

during a step of a CNV analysis on cancer genomes, I would like to be able to COUNT and DISPLAY along the CHROMOSOME AXIS the NUMBER of READS in 10KB REGIONS of GERMLINE and CANCER GENOMES.

I would like to ask you please for your suggestions about :

-- any fast function/algorithm that COUNTS the reads from a BAM file in 10kb windows ?

-- a package/function that DISPLAY the COUNTS along the chromosome axes ?

many thanks,

bogdan

genome sequencing CNV • 1.6k views
ADD COMMENT
0
Entering edit mode

Thank you gentlemen.

Possibly, could I do it also in R, by using Rsamtools or a related package to COUNT the reads in specific genome WINDOWS ?

ADD REPLY
1
Entering edit mode

Yes, you could. But then you wouldn't match the speed:

In our tests, we can estimate depth across 60X genomes for 30 samples in 30 seconds.

ADD REPLY
4
Entering edit mode
6.1 years ago
igor 13k

You should be able to do it with bedtools. First generate a BED file of 10kb regions with bedtools makewindows. Then calculate coverage for those regions with bedtools coverage.

Alternatively, you can try deepTools bamCoverage to generate a coverage track (you can specify the size of bins).

Of course, whatever package you are using for CNV calling should have an option to generate some sort of graphical output.

ADD COMMENT
3
Entering edit mode
6.1 years ago
h.mon 35k

Have a look at indexcov, but its intervals are of 16kb.

ADD COMMENT

Login before adding your answer.

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