Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: experimental LD using hail * feat: handling of the lower triangle * docs: more comments explaining what\'s going on * feat: non-working implementation of ld information * feat: ld information based on precomputed index * fix: no longer neccesary * feat: missing ld.py added * docs: intervals functions examples * fix: typo * refactor: larger scale update in the GWAS Catalog data ingestion * feat: precommit updated * feat: first pics implementation derived from gnomAD LD information * feat: modularise iterating over populations * feat: finalizing GWAS Catalog ingestion steps * fix: test fixed, due to changes in logic * feat: ignoring .coverage file * feat: modularised pics method * feat: integrating pics * chore: smoothing out bits * feat: cleanup of the pics logic No select statements, more concise functions and carrying over all required information * fix: slight updates * feat: map gnomad positions to ensembl positions LD * fix: use cumsum instead of postprob * feat: update studies schemas * feat: working on integrating ingestion with pics * feat: support for hail doctests * test: _query_block_matrix example * feat: ignore hail logs for testing * feat: ingore TYPE_CHECKING blocks from testing * feat: pics benchmark notebook (co-authored by Irene) * feat: new finding on r > 1 * docs: Explanation about the coordinate shift * test: several pics doctests * test: fixed test for log neg pval * style: remove variables only used for return * feat: parametrise liftover chain * refactor: consolidating some code * feat: finishing pics * chore: adding tests to effect harmonization * chore: adding more tests * feat: benchmarking new dataset * fix: resolving minor bugs around pics * Apply suggestions from code review Co-authored-by: Irene López <[email protected]> * fix: applying review comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: addressing some more review comments * fix: update GnomAD join * fix: bug sorted out in pics filterin * feat: abstracting QC flagging * feat: solving clumping * fix: clumping is now complete Co-authored-by: David <[email protected]> Co-authored-by: David Ochoa <[email protected]> Co-authored-by: Irene López <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information