This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Dosage data single probability to PLINK format

Hi All,

I have imputed dosage file with just one probability any software that can convert it to PLINK ped/map files? Unfortunately gtool only take the 3 probabilities dosage files

thanks!

imputation

I meet the same problem as you,and I wonder that if you have solved the problem.Which software did you use to convert the dosage file to PLINK files? thanks.

1 answer

  1. Use plink 2.0’s —import-dosage and —make-bed flags to generate plink bed/bim/fam files. —hard-call-threshold can be used to control which dosage values get rounded to the nearest integer vs. converted to a missing call.
  2. plink 1.x’s —recode command converts bed/bim/fam to ped/map.

I searched this question 8 months ago, and did not get a satisfied result. I used the Beagle4.0 utilities to generate vcf first and then to plink format. This way is much better. Thanks again, Christ.

Log in to answer this question.