Skip to content

GRIDSS

基于断裂端组装的基因组重排识别算法,通过局部组装和 split-read 信号精确定位结构变异断点。 该方法具有极高的灵敏度和特异性,能够检测复杂结构变异事件,是结构变异检测领域的重要工具。

PropertyValue
Purpose基于断裂端组装检测基因组结构变异
Time ComplexityO(n * c)
Space ComplexityO(n)
Year2017
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 · LUMPY

Tags

structural-variant breakend assembly-based

Released under the MIT License.