Entering edit mode
5.8 years ago
110300553
•
0
I have a table of genotpyes (AA, GG, CT etc.) per sample and their corresponding rsids. I don't have any other corresponding files, just this .txt table, is there a way for me to batch convert these to allele counts in R(0,1,2)? I've found a lot of people doing this individually by SNP but I have 100K + rsids and want to examine them all.
Can you provide example file, something like:
myData[ 1:10, 1:10 ]
?