__too_low_aQual on htseq-count
0
0
Entering edit mode
22 months ago
onca • 0

Hi all,

I'm getting counts on __too_low_aQual from htseq-count even when I set the minaqual to zero (--a=0).

no_feature 33468765ambiguous 135603 __too_low_aQual 5342122 __not_aligned 432861 __alignment_not_unique 0

The number of alignments with MAPQ equal to zero on bam file is less than that reported by htseq-count.

samtools view 1.bam | awk 'FNR>=1{for(i=1;i<=NF;i++){ if($5==0){print ; next; } }}' | wc -l 932433

And there is no alignment with MAPQ less than zero...

Any guesses of what's happening?

Thanks!

rna-seq htseq-count • 528 views
ADD COMMENT

Login before adding your answer.

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