I am trying to analyze SNP frequency in 69 complete genomics data for example:
2951574 chr2 85624896 85624897 snp C G dbsnp.132:rs113793303 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 01 00 00 00 00 01 00 01 00 00 00 01 01 00 00 00
So I took from 11-79 column and counted frequencies of 00, 01/10 and 11 with a python script. So the frequency for C will be (numberof00 + numberof01/2 + numberof10/2)/69 =64/69 = 0.94 Is it correct?
Thought SNPs have 3 states: AA,Aa,aa http://en.wikipedia.org/wiki/Allele_frequency#Calculation_of_allele_frequencies_from_genotype_frequencies