You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0x0001 the read is paired in sequencing, no matter whether it is mapped in a pair
54
+
0x0002 the read is mapped in a proper pair (depends on the protocol, normally
55
+
inferred during alignment) 1
56
+
0x0004 the query sequence itself is unmapped
57
+
0x0008 the mate is unmapped 1
58
+
0x0010 strand of the query (0 for forward; 1 for reverse strand)
59
+
0x0020 strand of the mate 1
61
60
0x0040 the read is the first read in a pair (see below)
62
-
0x0080 the read is the second read in a pair (see below)
63
-
0x0100 the alignment is not primary (a read having split hits may
64
-
have multiple primary alignment records)
65
-
0x0200 the read fails platform/vendor quality checks
61
+
0x0080 the read is the second read in a pair (see below)
62
+
0x0100 the alignment is not primary (a read having split hits may
63
+
have multiple primary alignment records)
64
+
0x0200 the read fails platform/vendor quality checks
66
65
0x0400 the read is either a PCR duplicate or an optical duplicate
67
66
68
67
Note the following:
69
68
70
-
- Flag 0x02, 0x08, 0x20, 0x40 and 0x80 are only meaningful when flag 0x01 is present.
69
+
- Flag 0x02, 0x08, 0x20, 0x40 and 0x80 are only meaningful when flag 0x01 is present.
71
70
- If in a read pair the information on which read is the first in the pair is lost in the upstream analysis, flag 0x01 should be set, while 0x40 and 0x80 should both be zero.
72
71
73
72
-----
@@ -93,5 +92,6 @@ For more information, please consult the `SAM format description`__.
0 commit comments