Entering edit mode
7.7 years ago
biotech
▴
570
Number_of_reads FLAG_bitwise_FLAG
153306 0
556844 16
I know 16 means 'read mapped in reverse strand' Does zero means read is unmapped? Can't in any assignment here for zero values
https://broadinstitute.github.io/picard/explain-flags.html
Here is one example:
HISEQ-MFG:98:HHYW2BCXX:1:1107:16275:82472 0 gi|255767013|ref|NC_000964.3| 2409764 60 100M * 0 0 TATTGCATGCGGCGCTTGCGGAGCTGCTGCACCAGACATTTACGATTACGATGATGAAGGCATCGCGTTCGTAACGCTTGATGAAAACAAAGGTGTTGTC DDDDDIIIIIIIIIIIIIIIIIIIHIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIHIIIIIHEHHIIIIII NM:i:0 MD:Z:100 AS:i:100 XS:i:0
The read has mapping quality of 60, good value, but has zero for FLAG bitwise FLAG. What does it means?
I don't understand your answer Pierre.
The read is not paired, not unmapped and not on the reverse strand. Therefore the reads is from a SE experiment, therefore the read is mapped, therefore the read is on the + strand.