-
Notifications
You must be signed in to change notification settings - Fork 10
fix: empty inSilicoPredictors object in GnomAD variant index #807
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
Conversation
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.
The logic is OK, but maybe I am missing context. I thought these were coming from VEP directly, not from gnomAD?
There are two in-silico predictors that I couldn't get VEP to do: pangolin and spliceai. These are extracted from GnomAD. I know, this is quite an overcomplication of the process.
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.
Clear, thanks!
✨ Context
The way we could extract in-silico predictors from the hail table of GnomAD variants, lead to empty rows, where no predicted scores were available. Upon creation, a filter is applied to drop these variants. This PR has no effect on schema, it is purely motivated by the desire to making the variant index dataset cleaner.