zoukankan      html  css  js  c++  java
  • The differences between genetic distance values of Nei 1978 and Nei 1972

    There are two common genetic distance : Nei Genetic Distance(Nei,1972) and Nei Unbiased Genetic Distance(Nei,1978).

    Nei, M. (1972). Genetic Distance between Populations. The American Naturalist 106, 283–292.
    Nei, M. (1978). Estimation of Average Heterozygosity and Genetic Distance from a Small Number of Individuals. Genetics 89, 583–590.
     
    In the second paper, we can notice the difference or know why we need the unbiased distance:
    The magnitudes of the systematic biases involved in sample heterozygosity and sample genetic distances are evaluated, and formulae for obtaining unbiased estimates of average heterozygosity and genetic distance are developed. It is also shown that the number of individuals to be used for estimating average heterozygosity can be very small if a large number of loci are studied and the average heterozygosity is low. The number of individuals to be used for estimating genetic distance can also be very small if the genetic distance is large and the average heterozygosity of the two species compared is low.
    I think we usuall have less than 50 samples in each population, so Nei Unbiased Genetic Distance is recommended.
    Our formulae for obtaining unbiased estimates of average heterozygosity and genetic distance apply to any sample size and are superior to sample average heterozygosity and genetic distance, as long as many loci are used. However, the difference between the biased and unbiased estimators is very small when the number of individuals used is large, say more than 50.
  • 相关阅读:
    Pandas系列
    Pandas快速入门
    Pandas数据结构
    机器学习三剑客之Matplotlib
    机器学习三剑客之Pandas
    机器学习三剑客之Numpy
    NumPy IO文件操作
    NumPy使用 Matplotlib 绘制直方图
    nyoj 37 回文字符串
    判断一个字符串是不是回文串
  • 原文地址:https://www.cnblogs.com/liulele/p/6658042.html
Copyright © 2011-2022 走看看