plink update .bim question
1
0
Entering edit mode
21 months ago
hi.there • 0

Hello,

I am trying to update the outdated rsids in a plink .bim file based on .bim end chrom position via a file I created on ucsc genome browser. The ucsc file all-snp.csv I generated has col1 (X.chrom), col2 (chromEnd) col3 (updated rsid) and the faulty.bim file has col1 (x), col2 (old rsid), col4 (chromEnd):

system("./plink --file faulty.bim --update-name all-snp.csv 2 4 --make-bed -out correctedBim.bim")

With the above command, I am getting an error:

Error: Failed to open faulty.bim.map

Would anybody be able to guide me as far as what I am doing wrong? Thank you.

plink chrom update rsid • 664 views
ADD COMMENT
1
Entering edit mode
21 months ago
  1. You need to use --bim, not --file, here. --file specifies a .ped + .map file pair, not a single .bim file without anything accompanying it.

  2. Similarly, you need to use --make-just-bim instead of --make-bed.

ADD COMMENT
0
Entering edit mode

Thank you so much for the quick and helpful reply!

ADD REPLY

Login before adding your answer.

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