Skip to content

Octopus

基于贝叶斯统计框架的单倍型感知变异检测工具,能够同时对生殖系和体细胞变异进行联合建模与推断。 该方法支持多样本联合分析,具有极高的变异检测灵敏度和特异性,适用于复杂基因组研究。

PropertyValue
Purpose贝叶斯单倍型感知的变异检测与联合推断
Time ComplexityO(n * h)
Space ComplexityO(h)
Year2021
CategoryVariant Calling

Complexity Analysis

  • Time Complexity: O(n * h)
  • Space Complexity: O(h)

Performance Insight: The time complexity of this algorithm is polynomial.

Note: Complexity analysis is based on theoretical models. Actual runtime is affected by input scale, hardware, and implementation optimizations. Benchmark for your specific workload.

Literature & Implementation

FreeBayes · GATK HaplotypeCaller · Strelka2

Tags

bayesian haplotype germline-somatic multi-sample

Released under the MIT License.