Hi All
I've tried to merge two data files (binary) with genome wide SNP data but I've got a few hundred warnings:
plink --bfile file1 --bmerge file2.bed file2.bim file2.fam --make-bed --out join2
Warning: Multiple positions seen for variant 'rsxxxxxx'.
Warning: Multiple chromosomes seen for variant 'rsxxxxxx'.
I've checked the chromosome numbers and the files do have different chromosome numbering. The SNP positions are also off by 1bp between SNPs with the same name. Both datasets should be h37 build so I'm not sure why the there are these differences and I don't know what I should do to reposition the SNPs nor onto which chromosome they should be repositioned.