opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

Improve error/warning messages for SusieFineMapper #3297

Open Daniel-Considine opened 2 months ago

Daniel-Considine commented 2 months ago

Background

Currently finemapping of a loci can fail for a variety of reasons, but the current implementation will often only raise an error when it reaches, and fails, the stage of extracting the numpy array from the block matrix. This means it isn't immediately clear whether the cause of the issue is the sumstats or the LD index.

Tasks