-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add get_summary_stats_variant_filter_expr
and get_summary_stats_csq_filter_expr
to build filtering expressions for summary stats
#701
Add get_summary_stats_variant_filter_expr
and get_summary_stats_csq_filter_expr
to build filtering expressions for summary stats
#701
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.
just pedantry about types and documentation - I'll look in a bit at the filter exprs themselves
Co-authored-by: Daniel Marten <78616802+matren395@users.noreply.github.com>
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 variant_filter_expr looks good to me, putting a pin in csq_filter_expr for now
Co-authored-by: Daniel Marten <78616802+matren395@users.noreply.github.com>
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.
last few questions - think I've got a good handle on the PR now !
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 have two major comments:
- where the
lof_flags
is; - if we could simplify the name of the keys, later the row name.
…/github.com/broadinstitute/gnomad_methods into jg/build_filtering_expressions_in_sum_stats
Co-authored-by: Qin He <44242118+KoalaQin@users.noreply.github.com>
Co-authored-by: Qin He <44242118+KoalaQin@users.noreply.github.com>
…ate some expressions to be structs of str: boolean
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.
Small things, you can move the 2 functions here.
Co-authored-by: Qin He <44242118+KoalaQin@users.noreply.github.com>
…n_sum_stats' into jg/build_filtering_expressions_in_sum_stats
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.
LGTM!
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.
LGTM!
No description provided.