idxstats non mapped reads
1
0
Entering edit mode
5.7 years ago
vmicrobio ▴ 290

Hi,

I'm doing alignment using bwa, trying to determine if sequences are mapped or not to a reference. I tried to compare fastq files to one reference and obtained my output in csv using samtools idxstats. I got this output:

AE005174.2  5528445 2080495 6121
*   0   0   92628

and do not understand what is the difference between non mapped reads 6121 and 92628. I read samtools documentation and answers on forums but it's still not clear for me. Usually I do it using numerous references and got always 0 instead of 6121.

Thanks for your clarifications!

idxstats alignment samtools • 1.6k views
ADD COMMENT
4
Entering edit mode
5.7 years ago

The 6121 reads are mates of reads that map to AE005174.2. The reads on * are those where neither mate of a pair maps. In general, reads are assigned to the coordinate of their mate if they aren't mapped but their mate is.

ADD COMMENT
0
Entering edit mode

that's pretty clear, thanks!

ADD REPLY

Login before adding your answer.

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