Closed ch-kr closed 3 years ago
Added script to extract UKBB sample genotypes for variants unique to the UKBB (not in gnomAD). Extracts genotypes from unrelated, high quality samples only.
Essentially the same script as https://github.com/broadinstitute/gnomad-readviz/blob/master/step1__select_samples.py with some UKBB-specific modifications.
Should the readviz functions be moved somewhere else?
Moved readviz functions to gnomad repo in this PR: https://github.com/broadinstitute/gnomad_methods/pull/357
can't comment on ukbb functions, but the readviz part LGTM
Added script to extract UKBB sample genotypes for variants unique to the UKBB (not in gnomAD). Extracts genotypes from unrelated, high quality samples only.
Essentially the same script as https://github.com/broadinstitute/gnomad-readviz/blob/master/step1__select_samples.py with some UKBB-specific modifications.
Should the readviz functions be moved somewhere else?