Question : Plotting Per Chromosome/All Chromosome Coverage From Ngs Bam File
3
0
Entering edit mode
11.1 years ago

Hi,

I wish to plot per chromosome coverage from a BAM file obtained from aligning exome sequencing data.

Are there any good R packages/any other non-R packages that can quickly get me such plots ?

I was planning to use samtools to generate pileup files and then go on from there, however that would take a long time.

Any suggestions would be much appreciated.

Thank you.

chromosome coverage plot • 9.4k views
ADD COMMENT
3
Entering edit mode
11.1 years ago
William ★ 5.3k

Qualimap is a very good and easy to use quality assurance tool for use on BAM files. It gives you a lot of statistics and plots, including coverage on all the chromosomes, in numbers and in plots.

http://qualimap.bioinfo.cipf.es/

ADD COMMENT
0
Entering edit mode

Thanks. Yes, I did finally move on to Qualimap. I ran it on some small datasets and the reports look good. !

ADD REPLY
1
Entering edit mode
11.0 years ago

When Qualimap reports the per chromosome mean coverage, does it normalize by the size of the chromosome ? I have certain chromosomes where I always get a low coverage as compared to others ?

ADD COMMENT
1
Entering edit mode

It is the mapped bases divided by the length of the chromosome ( the previous 2 columns). Maybe it is a more difficult chromosome to sequence / map.

http://qualimap.bioinfo.cipf.es/doc_html/analysis.html#bam-qc

ADD REPLY
0
Entering edit mode

Please note that if an annotation is provided, since version 0.7 the coverage will be normalized by the length of all the regions in the corresponding chromosome. Please see this thread for more information: https://groups.google.com/d/msg/qualimap/AO_6111Gg1E/-oey1kAs6GcJ

ADD REPLY
0
Entering edit mode
11.1 years ago
Gabriel R. ★ 2.9k

You can just put the depth column from mpileup into a text file and use the density() function in R to plot it. If you have to do it over and over again, write yourself a little perl script.

ADD COMMENT

Login before adding your answer.

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