Clair3
面向长读段测序数据的生殖系小型变异检测工具,结合堆叠图像和全比对两阶段深度学习模型进行变异分类。 该方法对 Nanopore 和 PacBio 数据均有出色表现,具有极高的准确率和良好的计算效率。
| Property | Value |
|---|---|
| Purpose | 基于长读段数据进行高精度生殖系变异检测 |
| Time Complexity | O(n * r) |
| Space Complexity | O(r) |
| Year | 2022 |
| Category | Variant 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
Related Tools
DeepVariant · PEPPER-Margin-DeepVariant · Medaka