Skip to content

Sniffles2

面向长读段测序数据的结构变异检测工具,结合断点信号和覆盖度变化识别插入、缺失、倒位等复杂事件。 该方法对 PacBio 和 ONT 数据均有良好表现,适合群体水平与单样本的长读段结构变异分析。

PropertyValue
Purpose基于长读段数据进行高精度结构变异检测
Time ComplexityO(n * c)
Space ComplexityO(n)
Year2023
CategoryVariant Calling

Complexity Analysis

  • Time Complexity: O(n * c)
  • Space Complexity: O(n)

Performance Insight: The time complexity of this algorithm is polynomial. Linear space can often be reduced by constant factors via sliding-window techniques.

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 · Manta · cuteSV

Tags

structural-variant long-read breakpoint population-scale

Released under the MIT License.