Hello,
I am trying to update rsids in an hg18 .bim file with an hg38.bed and hg38.map file. I've tried the following: system("./plink --file plink_hg38 --make-just-bim --out newBim --allow-extra-chr")
but got the error: Error: Failed to open plink_hg38.ped.
I see no commands to make a .ped file so I am curious if any of you know how to make a new .fam, .ped and .bim file. Thank you.