Skip to content

BayeScan

基于贝叶斯方法的群体分化 Fst 离群值检测工具,通过分解 Fst 为群体特异性和 位点特异性两部分来识别受选择的位点。该方法可控制假阳性率,适用于基因组扫描。

PropertyValue
Purpose贝叶斯 Fst 离群值检测识别选择位点
Time ComplexityO(m * k * n)
Space ComplexityO(m * k)
Year2008
DifficultyIntermediate
LanguagesC++, Pascal
CategoryPopulation Genetics

Complexity Analysis

  • Time Complexity: O(m * k * n)
  • 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

PCAdapt · OutFLANK · BayEnv

Tags

selection bayesian fst outlier-detection

Released under the MIT License.