How to show a row by its key in a hail table? #3725
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.
(Nov 16, 2023 at 19:43) ManavalanG said:
Given a hail table, how do I print a row of interest from its key? For example, how would I print the row with id
7
from the table in hail tutorial? Also, how would it work if the locus and alleles were the keys?I’m familiar with showing the row of interest using
filter
, but it feels wrong and I am guessing there is a straight-forward to achieve thisBeta Was this translation helpful? Give feedback.
All reactions