以下这段翻译自SAMv1.pdf
__________________________
以下几个选项计算结果一样
-c -f1 =-c -F12
-c -f2 =-c -f2 -F4 = -c -f2 -F12
-c -F12=-c -F524 # 0x4 + 0x8 + 0x200
-c -F4 = -c -F516
-c -F260=-c -F772 # 0x4 + 0x100 + 0x200
-c -F268=-c -F780 # 0x4 + 0x8 + 0x100 + 0x200
__________________________
samtools flagstat中几个指标的计算方法
$ samtools flagstat H1650RNA_S12.hg19.bam
28400342 + 0 in total (QC-passed reads + QC-failed reads) # -c
2924468 + 0 secondary # -c -f0x100
0 + 0 supplementary
0 + 0 duplicates
28188350 + 0 mapped (99.25%:-nan%) # -c -F4
25475874 + 0 paired in sequencing
12737937 + 0 read1
12737937 + 0 read2
21967790 + 0 properly paired (86.23%:-nan%) # -c -F268 -f2
25087116 + 0 with itself and mate mapped # -c -F268
176766 + 0 singletons (0.69%:-nan%)
1502110 + 0 with mate mapped to a different chr
760983 + 0 with mate mapped to a different chr (mapQ>=5)
· .NET 依赖注入中的 Captive Dependency
· .NET Core 对象分配(Alloc)底层原理浅谈
· 聊一聊 C#异步 任务延续的三种底层玩法
· 敏捷开发:如何高效开每日站会
· 为什么 .NET8线程池 容易引发线程饥饿
· 终于决定:把自己家的能源管理系统开源了!
· 外部H5唤起常用小程序链接规则整理
· C#实现 Winform 程序在系统托盘显示图标 & 开机自启动
· 了解 ASP.NET Core 中的中间件
· 详解:订单履约系统规划