Thanks so much for the reply.
./plink2 --vcf <orginal.vcf> --make-bed --out <outfile1plink>
./plink2 --bfile <outfile1plink> --recode vcf-iid --out <check.vcf>
of the 1.3million sites the only difference between the <orginal.vcf>. and the <check.vcf> is on the haploid mitochondrial SNPs. which is great so you have fixed my problem.
Thanks
I originally was led to check for issues in the conversion I need to generate a number of allele frequency reports and after quite a lot of looking I figured that the F_A and F_U reports could not possibly be correct and went back to check to see if I had screwed up the conversion.
what I had done was using PLINK v1.90b4.4 64-bit (21 May 2017). I had actually used the --keep-allele-order in my original work.
./plink --vcf <orginal.vcf> --keep-allele-order --make-bed --out <outfile1plink>
./plink --bfile <outfile1plink> --assoc --a2-allele <orginal.vcf> 4 3 '#' --allow-no-sex --out <output.as1>
I need to fix the alleles as I want to make comparisons with other subdivisions of the dataset. However, the allele frequency estimates from the above commands were wrong in a way I still cannot understand how or why- any suggestions as I would still like to use plink 1.9 due t the better documentation.