Then how do people determine sex using bcftools? Do they merge all the chromosomes together? I am new to the field so if it's possible please explain more.
Sex determination using bcftools
How to determine the sex of individuals using only one single chromosome X vcf file using bcftools?
• 2,353 views
•
link
1 answer
• 0 views
•
link
your question is not clear at all. I read it like you have a vcf with only chrX. Otherwise there is
bcftools +guess-ploidy
Determines sample sex by checking genotype likelihoods (GL,PL) or genotypes (GT) in the non-PAR region of chrX.
• 0 views
•
link
As input of this bcftools command, I have put a vcf containing all autosomal chromosomes + chromosome X, right? I thought that I should use non-PAR region of chrX as the input of this command.
• 0 views
•
link
Log in to answer this question.