Hi there,
I am trying to convert a 23andme file to a VCF file. Using Plink 1.9 and 2.0 is the closest I have gotten, but I am still not there. Here are my steps.
Downloaded Plink 1.9 and Plink 2.0 to my Lenovo Thinkpad
Converted a 23andme text file to plink_ebgenome
plink --23file genome_Emily_Brown_v5_Full.txt Brown Emily --out plink_ebgenome
This gives me three files plink_ebgenome.bed, plink_ebgenome.bim, plink_ebgenome.fam.
Then I tried using plink or plink2 to convert to vcf.
plink2 --bfile plink_ebgenome --recode vcf –out jbgenome.vcf
Both create a vcf, but it has some problems.
- there are entrys for SNPs that would match a reference (VCF files are supposed to ONLY store gene sequence variations)
- there is no reference allele
- heterozygotes have an entry in the QUAL column.
Please see attached screenshot. I would love any advice on how to resolve these issues.
Best
Emily