This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Convert The Bed File To Ped File

I have got a BED file (used in Plink and with .bim and .fam file) which contains Affy 500K data, I want to convert it back to PED file with map file. Is there anyone how to do this task? Thank you very much !

bed ped

For future reference, best to reply with thanks in the comments, not as an additional answer to a question :)

1 answer

plink --bfile filename --recode --tab --out myfavpedfile

plink

I got an error which shown as Error: --export requires at least one output format. (Did you forget 'ped' or'vcf'?)

So I added export parameter ./plink2 --bfile filename --recode --tab --out myfavpedfile --export ped but also got the error Error: Duplicate --export flag.

Do you got any solution for this stiuation?

Thank you

JK

Log in to answer this question.