Filtering By Genotype

Something like this may be what you want:

mt.filter_entries(mt.GT.is_hom_var()).entries().select().export('...')