fcGENE error during conversion from .ped to .gen
0
0
Entering edit mode
4.8 years ago
pifferdavide ▴ 110

I converted .vcf genotype file to .ped using plink like so:

./plink --vcf hgdp_wgs.20190516.full.chr22.vcf.gz --maf 0.01 --recode --out hgdp_chr22

When I try to convert a .ped file to impute format

./fcgene --ped hgdp_22.ped --map hgdp_22.map --oformat impute --out hgdp_22_impute

I get the following error:

Reading  ped file: "hgdp_22.ped":
ERROR: Problem in reading  SNP rs1245595155 in line1. The SNP has genotype [ TA ] and [TAA],  each should be only one characters long.
imputation fcgene • 1.1k views
ADD COMMENT
1
Entering edit mode

You can just use plink "--recode oxford" for this. With plink 2.0, this also works with dosage data.

ADD REPLY
0
Entering edit mode

Thanks, this worked!

ADD REPLY

Login before adding your answer.

Traffic: 2889 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