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.
  • 相关阅读:
    elementui表单输入框部分校验--判断
    vue学习如何引入js,封装操作localStorage本地储存的方法
    vue组件传值 递增次数传递bug修复
    vue深度监听之手机格式344
    vue-------滑动验证
    vue get/post请求如何携带cookie的问题
    elementui的dialog组件踩坑
    WebStorm License Activation (WebStorm许可证激活)
    input 标签实现带提示文字的输入框
    隐藏 input 标签的边框
  • 原文地址:https://www.cnblogs.com/liulele/p/6658042.html
Copyright © 2011-2022 走看看