Samtools difference between Mapped and Unmapped read
0
0
Entering edit mode
3.3 years ago
Sean • 0

Hello,

I am wondering what the difference is between a mapped and unmapped read in samtools.

I am extremely new to this whole process, just trying to learn my way through so if you could "dumb" it down or try and explain it in a simpler way that would be helpful. Thank you

unmapped samtools mapped • 1.1k views
ADD COMMENT
2
Entering edit mode

A mapped read is a read for which the aligner could find a fitting spot in the genome (an alignment). For an unmapped read, no suitable alignment was found.

ADD REPLY
0
Entering edit mode

While it is not light reading it may help to take a look at the SAM file format specification. Mandatory fields in alignments are in section 1.4. Field number three refers to "Reference Name".

An unmapped segment (read) without coordinate has a ‘*’ at this field.

Otherwise there will be the name of reference segment the read aligns to e.g. chr1.

ADD REPLY

Login before adding your answer.

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