GRIDSS
基于断裂端组装的基因组重排识别算法,通过局部组装和 split-read 信号精确定位结构变异断点。 该方法具有极高的灵敏度和特异性,能够检测复杂结构变异事件,是结构变异检测领域的重要工具。
| Property | Value |
|---|---|
| Purpose | 基于断裂端组装检测基因组结构变异 |
| Time Complexity | O(n * c) |
| Space Complexity | O(n) |
| Year | 2017 |
| Category | Variant 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
Related Tools
Delly · Manta · LUMPY