How to check the bam file of read quality with graphically visual?
1
3
Entering edit mode
9.4 years ago
mangfu100 ▴ 800

Hi there.

I have two bam files which followed the preprocessing including GATK.

and I would like to check these two bam files read quality as graph in order to understand easily.

Is any library or program that provides the read quality of these bam files containing with some charts?

next-gen genome sequence • 9.2k views
ADD COMMENT
1
Entering edit mode

Do you mean something like SamStat? It reports all statistics for unmapped, poorly and accurately mapped reads separately of your bam files. Also it is very intuitive and easy to install and understand.

ADD REPLY
0
Entering edit mode

DId you use it before?

Now I have used samstat for my bam files. It works, however, it makes output results size 0.

I didn't know where problem occurs.

ADD REPLY
0
Entering edit mode

Yes, I use it very often. The output file is a html page. What is the command you used?

samstat <file.bam>
ADD REPLY
0
Entering edit mode

Yes I corrected my fault. Thanks a lot:)

ADD REPLY
0
Entering edit mode

Hello, I have the same problem that you did: output results size 0. Could you tell me how did yo fix it?

ADD REPLY
7
Entering edit mode
9.4 years ago
Manvendra Singh ★ 2.2k

RSeqQC might help you to get mapping statistics

bam_stat.py -i myFile.bam

for stats in graphical way

qualimap is nice one, you can find it here PS: I have never used it.

for other information this site would be useful for you

http://barcwiki.wi.mit.edu/wiki/SOPs/miningSAMBAM

ADD COMMENT

Login before adding your answer.

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