When I export a matrix table to a bgen (something like hl.export_bgen(mt_filtered, bgen_path)), the resulting genotypes in the bgen are all missing. Would this be because I do not have GP entries in the matrix table? Is there a way to use GT entries and export hard-called genotypes to a bgen file?
Ah, thanks for the quick reply. Should have read the doc more carefully. I was able to generate GP entries with 0s and 1s using GT, which seems to work, unless there’s a cleaner way of doing this?