Hello,
I have two sets of SNP data that were aligned, one in AGCT format and one in A/B format. For A/B format I know the alleles. However, there is difference in allele designation in two formats. Something like this:
marker1 chr pos alleles_set1 snp1_set1 snp2_set1 snp3_set1 alleles_set2 snp1_set2 snp2_set2 snp3_set2
m1 1 0 A/G G A A A/G A A B
m2 1 0 A/G A A G T/C A B B
m3 1 0 G/C G G C C/G A A B
I need to produce a hapmap file to make association analyses.
So, my questions are: 1) How to change set2 from A/B format to AGCT? 2) When there is difference in alleles like in marker2, how to treat this data? Especially C/G and G/C?
snp