Hi,
I used the new PLINK to convert Oxford format to bed files using:
plink1.9 --gen myGenFile.gen --sample mySampleFile.sample --make-bed --out myNewBedFiles
It was brought to my attention that the conversion seemed to have shuffled the rs numbers. Whenever we called for some specific SNPs we were getting either the right genotypes but with completely wrong rs numbers attached or the right rs numbers but with the wrong genotypes. We noticed that when converting from Oxford to .ped .map files first and then making binary files resolved that problem. We have run number of tests and it looks like there is a bug somewhere when the direct conversion from Oxford to .bed .bim .fam files happens.
It would be great to know if that's the case.
Thanks.