Genetic Relationship Matrix (GRM)¶
Definition
AI-generated
The genetic relationship matrix (GRM) is an n×n symmetric matrix whose (i,j) entry is twice the kinship coefficient between individuals i and j in many conventions (so unrelated pairs are near 0 and the diagonal reflects self-relatedness).
Topics
Why it matters in GWAS¶
The GRM lets LMMs account for population structure and cryptic relatedness jointly; it is also used in SNP-heritability estimation (GREML) and can be eigendecomposed for related PCA approaches.
Example usage¶
Related terms¶
References¶
- Yang J, et al. (2011). GCTA: a tool for genome-wide complex trait analysis. Am J Hum Genet.
- GWASTutorial: Sample PCA.
Last updated (UTC · Git history)