Perfect, thanks! I tried to use the dbSNP database and while there are matching IDs between the two, PLINK says that there are no changes. Upon checking plink1.9 the "ID" column is just the chrom:pos:ref:alt instead of the rsID. plink2's export vcf function properly exports the ID as rsIDs. How would I be able to use the VCF as input for the ref/alt alleles and have the output vcf have rsIDs as output? The dbSNP is formatted as standard vcf, col 1 is chrom, 2 is pos, 3 is ID, 4 is ref, 5 is alt.
Thank you.