I actually have this issue, with two different types of encoding for SNPs, my base file is in this format: rs62513865, while my target file is in this format: chr1:54490:G:A
Do you have any recommendations for easily switching the format? I am using build hg19.
That's something we tried to implement before I left academic. As of now, the best way to move forward is to update the encoding in your base file to the chr code.
Originally posted by @choishingwan in https://github.com/choishingwan/PRSice/issues/189#issuecomment-600703938
I actually have this issue, with two different types of encoding for SNPs, my base file is in this format: rs62513865, while my target file is in this format: chr1:54490:G:A
Do you have any recommendations for easily switching the format? I am using build hg19.