HapFLK
基于单倍型和 FLD 统计量的选择信号检测方法,利用群体间的遗传分化信息检测 选择事件。该方法对局部适应的选择信号检测灵敏度高,适用于多群体比较研究。
| Property | Value |
|---|---|
| Purpose | 多群体间的选择信号检测 |
| Time Complexity | O(n * m * K) |
| Space Complexity | O(m * K) |
| Year | 2013 |
| Difficulty | Advanced |
| Languages | Python, Fortran |
| Category | Population Genetics |
Complexity Analysis
- Time Complexity:
O(n * m * K) - Space Complexity:
O(m * K)
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
Selscan · SweeD · PCAdapt