Minor allele frequency calculation
4
4
Entering edit mode
9.4 years ago
Tark ▴ 50

Hi everyone

I need to understand Minor allele frequency

A SNP with a allele (G) frequency of 0.40 implies that 40% of a population has G allele versus the most common allele (major allele), which is found in 60% of the population.

If a SNP allele frequency is 0.05 how will be calculate its percentage in the population

Please explain with calculation

Regards

SNP next-gen • 69k views
ADD COMMENT
0
Entering edit mode

The statement "which is found in 60% of the population" is incorrect, and should be corrected. It would be more correct to say "makes up 60% of the alleles in the population"

ADD REPLY
26
Entering edit mode
9.4 years ago

If a SNP allele frequency is 0.05 in a population of 100 people:

Total number of alleles for each SNP: 100 * 2 = 200 (each individual has two alleles)

Total number of alleles for your SNP with a MAF of 0.05: 200 * 0.05 = 10

The minor allele is present ten times in your population. However, you don't know how many heterozygote and homozygote.

ADD COMMENT
0
Entering edit mode

Thank you for the clear explanation.

ADD REPLY
0
Entering edit mode

What could be the solution if you want to know frequencies for homozygote and heterozygote ? Any databses that provide those infos ? Thanks !

ADD REPLY
4
Entering edit mode
9.1 years ago
Danielson ▴ 40

An explanation on MAF is given on ncbi: http://www.ncbi.nlm.nih.gov/projects/SNP/docs/rs_attributes.html#gmaf

Which states: "...In other words, if there are 3 alleles, with frequencies of 0.50, 0.49, and 0.01, the MAF will be reported as 0.49"

An example given: ""MAF/MinorAlleleCount:G=0.249/542". This means that for rs222, minor allele is 'G' and has a frequency of 24.9% in the 1000Genome phase 1 population and that 'G' is observed 542 times in the sample population of 1088 people (or 2176 chromosomes)."

ADD COMMENT
1
Entering edit mode
6.6 years ago
gpatil ▴ 10
=(2*Ref_allele)/(2*(Ref_allele + alternate_allele))
e.g. Population size 108, reference allele ā€œAā€ = 70 and Alternate_allele ā€œGā€=38
=(2*70)/(2*(70+38)
=0.648 
=1-0.648=0.352 MAF of alternate_allele
ADD COMMENT

Login before adding your answer.

Traffic: 1571 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6