blob: 61481c2d8d1bd5925001e3e70b33eb5af8c9f8d3 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# MGAMMA LMM
MGamma does GWAS, which means it has to do Linear Mixed Models—both univariate and multivariate.
# Tags
* assigned: pjotrp, artyom
* type: feature
* priority: high
# Tasks
* [X] Kinship matrix computation.
* [X] Univariate LMM.
* [ ] Multivariate LMM.
* [X] Export data from GEMMA.
* [ ] Compare and ensure data match between MGamma and GEMMA.
|