Manta
高性能的结构变异和大型 Indel 检测工具,使用图组装方法精确定位变异断点。 该方法速度快、准确性高,支持体细胞和生殖系变异检测,广泛用于临床基因组学。
| Property | Value |
|---|---|
| Purpose | 结构变异和大型 Indel 检测 |
| Time Complexity | O(n * c) |
| Space Complexity | O(c) |
| Year | 2016 |
| Category | Variant Calling |
Complexity Analysis
- Time Complexity:
O(n * c) - Space Complexity:
O(c)
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
Delly · GRIDSS · SvABA