I am looking to filter out common IKBKG variants (found in chrX). I downloaded the gnomad.joint.v4.1.sites.chrX.vcf.bgz file and extracted only the IKBKG variants where AF_joint > 0.1 with the below command but I only got 8 variants. I believe the number of common variants is far too low. Could you look into this?
bcftools view -H -r chrX:154541179-154565047 -i 'INFO/AF_joint > 0.1' gnomad.joint.v4.1.sites.chrX.vcf.bgz
