Closed williambrandler closed 2 years ago
Merging #431 (f0f3f5f) into master (d03b415) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #431 +/- ##
=======================================
Coverage 93.63% 93.63%
=======================================
Files 95 95
Lines 4824 4824
Branches 466 466
=======================================
Hits 4517 4517
Misses 307 307
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d03b415...f0f3f5f. Read the comment docs.
What changes are proposed in this pull request?
Quickstart guide for running GWAS
Designed to get people up and running quickly with glow. Uses simulated data from https://github.com/projectglow/glow/pull/427
Replaces the old gwas demo.
To make this demo work, changed the notebooks tests to run sequentially rather than in parallel. This takes longer but will allow for an end-to-end integration test of all the notebooks, where notebooks depend on the output of the other notebooks.
Includes variant and sample quality control, whole genome regression,
And a demo of the fix for missingness that causes confounding, which was resolved partially by https://github.com/projectglow/glow/pull/416
How is this patch tested?
(Details)