Skip to content

Selscan

高效的选择信号扫描工具,实现基于单倍型的 iHS 和 XP-EHH 等经典选择检验 统计量。该方法可检测正在进行或近期完成的正选择事件。

PropertyValue
Purpose基于单倍型的选择信号检测
Time ComplexityO(n * m)
Space ComplexityO(n * m)
Year2014
DifficultyIntermediate
LanguagesC++
CategoryPopulation 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

SweeD · hapbin · CMS

Tags

selection haplotype ihs xp-ehh

Released under the MIT License.