Selscan
高效的选择信号扫描工具,实现基于单倍型的 iHS 和 XP-EHH 等经典选择检验 统计量。该方法可检测正在进行或近期完成的正选择事件。
| Property | Value |
|---|---|
| Purpose | 基于单倍型的选择信号检测 |
| Time Complexity | O(n * m) |
| Space Complexity | O(n * m) |
| Year | 2014 |
| Difficulty | Intermediate |
| Languages | C++ |
| Category | Population Genetics |
Complexity Analysis
- Time Complexity:
O(n * m) - Space Complexity:
O(n * m)
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
Related Tools
SweeD · hapbin · CMS