-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: flag credible sets explained by SuSiE regions #780
Conversation
src/gentropy/dataset/study_locus.py
Outdated
# credible set in SuSiE overlapping region | ||
f.col("inSuSiE") | ||
# credible set not based on SuSiE | ||
& ~(f.col("finemappingMethod") == "SuSiE-inf") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this condition is not needed as the source dataset (redundant_study_locus
) is already filtered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think one of the filters is not needed, but otherwise all looks good.
Closes opentargets/issues#3464
More background about the last changes in the issue