Problem while merging two .ped files.
2
2
Entering edit mode
9.7 years ago
always_learning ★ 1.1k

Hey All,

I am trying to merge two .ped (GA_142_merged-omni-ga and removed.ped) files with below commands but getting error.

This is command I am using:

plink --file GA_142_merged-omni-ga --merge removed.ped removed.map --recode --out merged

Error:

Variant 'rs2040369' is not biallelic. To obtain a full list of merge failures, convert your data to binary format and retry the merge.

Any one having such issue earlier too !!

Thanks
Syed

ped bed plink • 4.6k views
ADD COMMENT
1
Entering edit mode
9.7 years ago
russhh 5.7k

Does adding

--missing-genotype N

or similar fix this?

ADD COMMENT
0
Entering edit mode
9.7 years ago

Transform both of your files in binary format (bed/bim/fam --make-bed) and look in the bim file the two last columns. If the alleles are not the same in the two files you found your error. Maybe some SNPs are not on the same strand.

ADD COMMENT

Login before adding your answer.

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