Get Phred Score/Base Quality for BAM File Per base
1
0
Entering edit mode
16 months ago
gtasource ▴ 60

Hi all,

I have a BAM file I'm try to get some base quality scores from in the form of a bed file. I have used QualityScoreDistribution from GATK, and that works at giving overall scores, but not per base metric. To explain this a little better:

I have a BAM file and an associated BED file for the sequences I want to get phred scores from. If I could somehow use these two files, and then generate a file that has Chromosome Pos and Phred Score.

If anybody could point me in the right direction? Thanks

phred score • 764 views
ADD COMMENT
0
Entering edit mode
16 months ago

Use samtools mpileup to get all the qualities at a given position.

ADD COMMENT

Login before adding your answer.

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