This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bcftools vcf2sex

Hi,

I am trying to determine the sex of the samples in a vcf that I have. I use to use the bcftools plugin vcf2sex but I don't see it in the list of plugins when I run bcftools plugin -l. I was wondering if this plugin is no longer available? If this is the case, does anyone have any recommendations of tools to use to get the sex of the samples from a vcf? I saw that were were some R packages that do this but the vcf that I have is huge.

Thanks!

genomics genome alignment genotyping

1 answer

The NEWS entry for bcftools 1.4 notes that vcf2sex has been replaced by the guess-ploidy plugin.

Log in to answer this question.