Skip to content

SvABA

基于局部组装的结构变异和体细胞突变检测工具,能够同时识别生殖系和体细胞的结构变异事件。 该方法通过断点图和单倍型组装精确定位变异断点,适用于癌症基因组学中的复杂变异检测。

PropertyValue
Purpose基于局部组装的结构变异和体细胞突变检测
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

Manta · GRIDSS · Delly

Tags

structural-variant somatic assembly-based

Released under the MIT License.