Filter row fields if all rows are missing a value #3739
Unanswered
iris-garden
asked this question in
Support Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note
The following post was exported from discuss.hail.is, a forum for asking questions about Hail which has since been deprecated.
(Dec 11, 2023 at 12:04) souckmi said:
Hello,
is there a way to filter row fields themselves instead of just rows? We use multiple annotators to annotate variants and some of the fields that they return contain Nan for all the variants.
We would like to at least get a list of such row fields, but I did not find a way to do so, no matter which approach I tried it did not work (since our row fields have various types from integers to arrays of nested structs) or I run into stackoverflow error or out of memory. We always have only one sample, so one column, in a MatrixTable.
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions