p.val
.Bootstrapping.D(tab, bt=1000)
Bootstrapping.Dest(tab, bt=1000)
Bootstrapping.Chao(tab, bt=1000)
Bootstrapping.Gst(tab, bt=1000)
Bootstrapping.Gst.est(tab, bt=1000)
inputformat
(see the section 'value' in the
description of this function). A different input format can be used
by transforming the table Hardy.Weinberg
that is included in this package,
delivers the output Hardy Weinberg Equilibrium = FALSE/TRUE.
If all of the populations compared are in Hardy Weinberg Equilibrium
(Hardy Weinberg Equilibrium = TRUE), the alleles that were found in
each population for a single locus, are randomly allocated over all
populations. If alleles are not inherited independently from each
other (Hardy Weinberg Equilibrium = FALSE) genotypes are randomly allocated (Goudet, 1996).
By the reallocation of alleles or genotypes, all populations
share a common gene pool and are not differentiated. The range of D,
Dest, Dest.Chao, Gst or Gst.est values calculated from these data tables give
examples of the degree of differentiation that not actually exists
but could have arisen by chance alone due to a bias in the sample of
the real population. If the empirical value of D, Dest, Dest.Chao, Gst or Gst.est is
larger than 95% of the values obtained by bootstrapping, the
populations can be regarded as being significantly differentiated
with a significance level of 0.05. The p-value can be calculated using
the function p.val
.
95% standard bootstrap confidence intervals are calculated
automatically using the method given by Manly (1997, eqn. 3.1, p.35):
Estimate +(-) 1.96*(Bootstrap standard deviation)
Estimate stands for the empirical D, Dest, Dest.Chao, Gst or Gst.est value that has been obtained.
Jost, L. 2008 Gst and its relatives do not measure differentiation. Molecular Ecology 17, 18, p. 4015--4026.
Manly, B. F. J. 1997 Randomization, Bootstrap and Monte Carlo Methods in Biology Chapman & Hall, London.
quantile
,
Hardy.Weinberg
,
all.pops.D
,
all.pops.Dest
,
all.pops.Dest.Chao
,
all.pops.Gst
,
all.pops.Gst.est
,
pair.pops.D
,
pair.pops.Dest
,
pair.pops.Dest.Chao
,
pair.pops.Gst
,
pair.pops.Gst.est
data(Example.transformed)
Example1 <- Example.transformed
Bootstrapping.Dest(Example1, bt=10)
confidence.limits
Run the code above in your browser using DataLab