Skip to content

MuTect2

GATK 中的体细胞变异检测工具,通过贝叶斯统计模型同时检测肿瘤样本中的体细胞 SNP 和小型 Indel。 该方法利用匹配的正常组织样本进行背景噪声去除,广泛应用于癌症基因组学研究与临床肿瘤检测。

PropertyValue
Purpose检测体细胞 SNP 和小型 Indel 变异
Time ComplexityO(n * r)
Space ComplexityO(r)
Year2013
CategoryVariant Calling

Complexity Analysis

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

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

GATK · Strelka2 · VarScan2

Tags

somatic cancer gatk snp

Released under the MIT License.