Querying gnomad using hail table by gene symbol

ah, it’s a doubly-nested array! I think you can do:

ht_pc.filter(hl.len(genes_as_hail_literal.intersection(hl.set(ht_gene_symbol))) > 0)
1 Like