Hello,
I am trying to compute AF for male and female samples. I know bcftools is able to do it, but I am not sure how it behaves for next case. If I have two samples:
- chromX pos 10 Female 0/1
- chromX pos 10 Male 1/1
As you all know, Male has only one chrom X, but normally the vcf software calling gives 1/1 (sometimes even 0/1), how does bcftools know that has to count 3 AN (2 female + 1 male) instead of 4(2 female + 2 male). Could I introduce any kind of information telling that one sample is female and other male?
Thanks!