diff options
author | Pjotr Prins | 2024-08-28 10:22:29 +0200 |
---|---|---|
committer | Pjotr Prins | 2024-08-28 10:22:35 +0200 |
commit | 31d4e89a32e2eb9c540b2f35728f26d518c06c0c (patch) | |
tree | 3fdb03cd29c75c34fa3557901764d8e870a20a09 /topics | |
parent | 1093c21d423efcf70287410c8556de5d08fda334 (diff) | |
download | gn-gemtext-31d4e89a32e2eb9c540b2f35728f26d518c06c0c.tar.gz |
gemma-wrapper: comment on GRM reduce
Diffstat (limited to 'topics')
-rw-r--r-- | topics/lmms/gemma/permutations.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/topics/lmms/gemma/permutations.gmi b/topics/lmms/gemma/permutations.gmi index 9559366..3e2326d 100644 --- a/topics/lmms/gemma/permutations.gmi +++ b/topics/lmms/gemma/permutations.gmi @@ -351,6 +351,8 @@ So, the idea is to rerun permutations with the small set, but with the reduced G The interesting bit is that GEMMA requires input of phenotypes, but does not use them to compute the GRM. +After giving it some thought we want GRM reduction to work in production GN because of the speed benefit. That means modifying gemma-wrapper to take a list of genometypes as input - and we'll output that with GN. It is a good idea anyhow because it can give us some improved error feedback down the line. + WIP ## Dealing with epoch |