powered by
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, ...)
Genetic file
Genotype coding type
Number of bootstraps
confidence interval
Ploidy
lower confidence interval of pairwise allelic differentiation
uper confidence interval of pairwise allelic differentiation
Delta D per locus
%% ...
Do bootstrapping on pairwise allelic differentiation (Delta D) between populations and get the confidence interval
Felsenstein, J. (1985). Confidence limits on phylogenies: an approach using the bootstrap. Evolution, 39(4), 783-791.
# NOT RUN { f <- system.file('extdata',package='HierDpart') infile <- file.path(f, "Island.gen") boot.ppDeltaD(infile, ncode=3, nboot=999, quant = c(0.025, 0.975), diploid = TRUE) # }
Run the code above in your browser using DataLab