Skip to content

HapFLK

基于单倍型和 FLD 统计量的选择信号检测方法,利用群体间的遗传分化信息检测 选择事件。该方法对局部适应的选择信号检测灵敏度高,适用于多群体比较研究。

PropertyValue
Purpose多群体间的选择信号检测
Time ComplexityO(n * m * K)
Space ComplexityO(m * K)
Year2013
DifficultyAdvanced
LanguagesPython, Fortran
CategoryPopulation 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

Selscan · SweeD · PCAdapt

Tags

selection haplotype population-differentiation fld

Released under the MIT License.