How to keep the same alleles order between bim file and vcf file?
0
0
Entering edit mode
6.2 years ago
jiumeng66 ▴ 40

Hi, I am trying to convert bed/bim/fam files to vcf file using plink. However, I found that some alleles orders changed. For example, the allele order of rs1877179 in bim file is G/A, but changed to A/G in vcf file. But I need keep the same allele order between bim file and vcf file. I have tried add "--keep-allele-order", but this command did not work. So, what can I do?

SNP plink • 2.4k views
ADD COMMENT
0
Entering edit mode

PLINK encodes variants as follows:

  • Reference allele = major allele
  • Variant allele = minor allele

Are you outputting just a subset of your data, perhaps, in which case the allele frequencies may have changed?

ADD REPLY

Login before adding your answer.

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