Updating hg 18 .bim file with lifted .map and .bed file
1
0
Entering edit mode
19 months ago
hi.there • 0

Hello,

I am trying to update rsids in an hg18 .bim file with an hg38.bed and hg38.map file. I've tried the following: system("./plink --file plink_hg38 --make-just-bim --out newBim --allow-extra-chr")

but got the error: Error: Failed to open plink_hg38.ped.

I see no commands to make a .ped file so I am curious if any of you know how to make a new .fam, .ped and .bim file. Thank you.

plink liftOver update rsid • 678 views
ADD COMMENT
0
Entering edit mode
19 months ago
Samah • 0

plink binary files are .bed, .bim and .fam and you can read them through --bfile option, while to plink MAP format (.ped and .fam ) can be read by --file option: to convert from binary to MAP format use: plink --bfile hg38 --recode --out outputfile to make new binary files use --make-bed option

ADD COMMENT

Login before adding your answer.

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