vcf to plink format
0
1
Entering edit mode
7.8 years ago
natasha ▴ 110

Hi

I have used the following command;

vcftools --vcf < input.vcf> --plink --out < output>

My vcf file contained the location of 7030 SNPs, however my .ped file now only contains 6800, why is this?

Thanks

vcf plink • 5.4k views
ADD COMMENT
0
Entering edit mode

Were homozygous reference SNPs removed?

ADD REPLY
0
Entering edit mode

Yes... however I am dealing with a haploid organism and I want all SNPs to be included. IS there a way in which I can do this?

ADD REPLY
0
Entering edit mode

If it's homozygous to the reference, does not mean that by definition, it isn't a SNP?

ADD REPLY
0
Entering edit mode

This post may be helpful.

How To Convert Vcf File To Plink Ped Format?

especially the answer in the end.

ADD REPLY
0
Entering edit mode

One possibility could be that some SNPs fail the MAF filter. You can also make the conversion using plink 1.9 plink --vcf vcf_name --make-bed --out name (https://www.cog-genomics.org/plink2/data) this will give you files in the plink bed format.

ADD REPLY

Login before adding your answer.

Traffic: 2051 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6