REGENIE from Regeneron #697
Replies: 5 comments
-
Jonathan Marchini posted a Twitter thread about REGENIE this morning. |
Beta Was this translation helpful? Give feedback.
-
Okay rgcgithub/regenie now has the C++ code and Introducing GloWGR: An industrial-scale, ultra-fast and sensitive method for genetic association studies details the Glow implementation. Notably:
The code for the Glow implementation is in two places: |
Beta Was this translation helpful? Give feedback.
-
(Posted by @eric-czech) A few other notes on the paper:
In general, the method looks pretty straightforward to implement with a block-wise API like dask, for continuous phenotypes at least. The tight correlation with SAIGE results is also great since that appears to be the SOA at the moment for binary traits. |
Beta Was this translation helpful? Give feedback.
-
(Posted by @eric-czech) The PR tracking support for logistic regression in Glow: projectglow/glow#245. |
Beta Was this translation helpful? Give feedback.
-
REGENIE v2 Twitter thread from Jonathan Marchini. The highlight appears to be burden testing. |
Beta Was this translation helpful? Give feedback.
-
Jonathan Marchini's group at Regeneron have a new preprint: Computationally efficient whole genome regression for quantitative and binary traits (2020).
Another method to consider alongside BOLT-LMM, fastGWA, and SAIGE.
The project website claims their C++ implementation will be MIT-licensed and available at rgcgithub/regenie, but that repo does not yet exist.
They also claim there's an implementation in Glow, but I don't see it.
Beta Was this translation helpful? Give feedback.
All reactions