Skip to content

REGENIE

两阶段回归框架的大规模关联分析工具,先用全基因组回归预测个体的基因背景, 再进行逐位点的关联检验。该方法计算效率极高,适用于百万级别的生物银行数据。

PropertyValue
Purpose两阶段大规模全基因组关联分析
Time ComplexityO(n * m)
Space ComplexityO(n * m)
Year2021
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

BOLT-LMM · SAIGE · GCTA

Tags

gwas scalable two-stage biobank

Released under the MIT License.