Skip to content

Commit ad452b4

Browse files
committed
feat: out sample LD qc reason
1 parent 8b253a5 commit ad452b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gentropy/dataset/study_locus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class StudyLocusQualityCheck(Enum):
8686
)
8787
TOP_HIT = "Study locus from curated top hit"
8888
EXPLAINED_BY_SUSIE = "Study locus in region explained by a SuSiE credible set"
89+
OUT_OF_SAMPLE_LD = "Study locus finemapped without in-sample LD reference"
8990

9091

9192
class CredibleInterval(Enum):

0 commit comments

Comments
 (0)