How To Convert The Bed File To Ped File
1
16
Entering edit mode
13.7 years ago
Austinlew ▴ 310

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 • 47k views
ADD COMMENT
0
Entering edit mode

Thanks a lot , I will try it right now!

ADD REPLY
0
Entering edit mode

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

ADD REPLY
33
Entering edit mode
13.7 years ago
jvijai ★ 1.2k
plink --bfile filename --recode --tab --out myfavpedfile

plink

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

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