dxyAF: #' Calculates geentic distance between populations using...

View source: R/dxyAF.R

dxyAFR Documentation

#' Calculates geentic distance between populations using allele frequency at biallelic SNPS #' #' @description Used in the calculation of diversity statistics FAST #' #' @details Authours: Chris Ward #' Calculates geentic distance between populations using allele frequency at biallelic SNPS #' #' #' @param AF allele frequency #' @param pop populaitons dataframe #' #' @return A matrix of genetic distance between populaitons #' #' @useDynLib geaR #' #' #' @rdname dxyAF #' @export

Description

#' Calculates geentic distance between populations using allele frequency at biallelic SNPS #' #' @description Used in the calculation of diversity statistics FAST #' #' @details Authours: Chris Ward #' Calculates geentic distance between populations using allele frequency at biallelic SNPS #' #' #' @param AF allele frequency #' @param pop populaitons dataframe #' #' @return A matrix of genetic distance between populaitons #' #' @useDynLib geaR #' #' #' @rdname dxyAF #' @export

Usage

dxyAF(AF)

CMWbio/geaR documentation built on April 22, 2023, 6:23 a.m.