This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert bfiles(bim/bed/fam) to PED and MAP file back?

I converted PED and MAP files to bfiles using make-bed option to change the SNP identifiers, and want to convert them to PED file back. How could I do this?

plink

1 answer

You can do

plink --bfile <bed file prefix> --recode --out <new prefix>

Thanks. Solved the errors.

Log in to answer this question.