美文网首页日常记录
Allele Frequency Calculator

Allele Frequency Calculator

作者: YX_Andrew | 来源:发表于2019-06-05 10:52 被阅读5次

    In population genetics, allele frequency is used to reflect the genetic diversity of a population species. It is also referred to as gene frequency. It is a measure of relative frequency of a gene on a genetic locus in a population. The frequency is expressed in terms of percentage. Hardy-Weinberg Equation can be used to find the frequency of the gene / allele. Use this online calculator to estimate the relative frequency of a variant of a gene in a specific population using Hardy-Weinberg Equation.

    Formula:
    
    pfreq = (CH + (0.5 * H)) / (CH + H + RH)
    qfreq = (RH + (0.5 * H)) / (CH + H + RH)
    
    Where,
    pfreq = p Allele Frequency
    qfreq = q Allele Frequency
    CH = Common Homozygotes
    H = Heterozygotes
    RH = Rare Homozygotes
    ``
    Example
    

    Example

    If the common and rare homozygotes are 12 and 3 and heterozygotes is 10, then the gene frequency based on the Hardy-Weinberg Equation can be calculated as 
    pfreq = (12 + (0.5 * 10)) / (12 + 10 + 3)
    pfreq = 17 / 25
    pfreq = 0.68
    
    qfreq = (3 + (0.5 * 10)) / (12 + 10 + 3)
    qfreq = 8 / 25
    qfreq = 0.32
    

    相关文章

      网友评论

        本文标题:Allele Frequency Calculator

        本文链接:https://www.haomeiwen.com/subject/tjsjxctx.html