FreeBayes¶
2012年 变异检测 单核苷酸变异
FreeBayes
基于贝叶斯统计的变异检测算法,使用单倍型作为基本单位进行变异调用。 该方法支持多倍体样本,能够检测复杂的变异模式,计算效率较高。
:material-target: 用途
基于贝叶斯的变异检测
:material-clock-fast: 时间复杂度
O(n * h):material-memory: 空间复杂度
O(h)相关工具¶
VCFtools · BCFtools
标签¶
[bayesian](tags.md#bayesian) [haplotype](tags.md#haplotype) [polyploid](tags.md#polyploid) [snp](tags.md#snp)