Skip to content

Manta

高性能的结构变异和大型 Indel 检测工具,使用图组装方法精确定位变异断点。 该方法速度快、准确性高,支持体细胞和生殖系变异检测,广泛用于临床基因组学。

PropertyValue
Purpose结构变异和大型 Indel 检测
Time ComplexityO(n * c)
Space ComplexityO(c)
Year2016
CategoryVariant 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

Delly · GRIDSS · SvABA

Tags

structural-variant graph-assembly clinical fast

Released under the MIT License.