position 45094160 on chromosome 15 in my vcf of 100 samples corresponds to a missense variant
I want to create a new vcf that contains only those samples of the 100 that are homozygous or heterozygous for the alternate allele at pos 45094160. I realize that I can do this with python or grep with some work, but I am wondering if there is a handy way to do it with bcftools or some other high level tool using the position or ID?
Thanks.