One of the rows in my alignment data has the samtool flag of 117.
I used http://picard.sourceforge.net/explain-flags.html
to figure out what it means. The following is the summary for flag 117:
- read paired
- read unmapped
- read reverse strand
- mate reverse strand
- first in pair
My question is, how could a read be "unmapped" and be "reverse strand(aligned to reference)" at the same time? My guess is samtools define "unmapped" as anything that is not "properly mapped"(meaning both reads in a pair mapped correctly)?
Thanks
just to clarify, what do you mean by samtool flag? The flag is definitely ambiguous. In any case, as long as the flag "read unmapped" is set, I wouldn't consider it for any downstream analysis.