Genome-based Restricted Maximum Likelihood (GREML)¶
Definition
AI-generated
GREML estimates variance components from genome-wide genotype similarity by fitting a random-effects model with restricted maximum likelihood.
Topics
Why it matters in GWAS¶
GREML is a standard way to estimate SNP heritability from individual-level data and to test how much variance is captured by measured variants. It complements summary-statistic methods such as LD score regression and is commonly run in GCTA.
Example usage¶
"GREML estimated liability-scale SNP heritability after adjusting for age, sex, and the top ancestry PCs."
Related terms¶
References¶
- Yang J, et al. (2011). GCTA: a tool for genome-wide complex trait analysis. Am J Hum Genet. https://doi.org/10.1016/j.ajhg.2010.11.011
- Yang J, et al. (2017). Concepts, estimation and interpretation of SNP-based heritability. Nat Genet. https://doi.org/10.1038/ng.3941
- GWASTutorial: GCTA-GREML.
Last updated (UTC · Git history)