View source: R/boot.ppDeltaD.R
boot.ppDeltaD | R Documentation |
Do bootstrapping on pairwise allelic differentiation (Delta D) between populations and get the confidence interval.
boot.ppDeltaD(dat, ncode, nboot, quant = c(0.025, 0.975), diploid = TRUE, ...)
dat |
Genetic file |
ncode |
Genotype coding type |
nboot |
Number of bootstraps |
quant |
confidence interval |
diploid |
Ploidy |
... |
Do bootstrapping on pairwise allelic differentiation (Delta D) between populations and get the confidence interval
lowerl |
lower confidence interval of pairwise allelic differentiation |
uperl |
uper confidence interval of pairwise allelic differentiation |
DeltaD.per.loc |
Delta D per locus |
qinxinghu@gmail.com
Qin, X., & Gaggiotti, O. E. (2022). Information-based summary statistics for spatial genetic structure inference. Molecular Ecology Resources, 22(6), 2183-2195.
Felsenstein, J. (1985). Confidence limits on phylogenies: an approach using the bootstrap. Evolution, 39(4), 783-791.
f1 <- function(f) system.file("extdata", f,package="HierDpart")
boot.ppDeltaD(f1("Island.gen"), ncode=3,
nboot=999, quant = c(0.025, 0.975), diploid = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.