Skip to content

STRUCTURE

经典的贝叶斯群体结构推断方法,使用马尔可夫链蒙特卡洛采样估计个体的群体 分配概率和祖源比例。该方法可处理混合群体和复杂群体结构,是群体遗传学的 基准方法。

PropertyValue
Purpose贝叶斯群体结构推断和祖源分配
Time ComplexityO(n * m * k * g)
Space ComplexityO(n * k)
Year2000
DifficultyIntermediate
LanguagesC
CategoryPopulation Genetics

Complexity Analysis

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

ADMIXTURE · fastSTRUCTURE · InStruct

Tags

bayesian mcmc population-structure classic

Released under the MIT License.