Skip to content

DeepVariant

基于深度学习的变异检测工具,将比对数据转化为图像后使用卷积神经网络进行变异分类。 该方法在多个基准测试中表现优异,能有效降低假阳性率,支持多种测序平台数据。

PropertyValue
Purpose基于深度学习的高精度变异检测
Time ComplexityO(n * r)
Space ComplexityO(r)
Year2018
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 · PEPPER-Margin-DeepVariant · Clair3

Tags

deep-learning cnn snp high-accuracy

Released under the MIT License.