all.pops.D(filename, object=FALSE, format.table=TRUE, p.Val=TRUE, bt=1000)
all.pops.Dest(filename, object=FALSE, format.table=TRUE, p.Val=TRUE, bt=1000)
all.pops.Dest.Chao(filename, object=FALSE, format.table=TRUE, p.Val=TRUE, bt=1000)
all.pops.Gst(filename, object=FALSE, format.table=TRUE, p.Val=TRUE, bt=1000)
all.pops.Gst.est(filename, object=FALSE, format.table=TRUE, p.Val=TRUE, bt=1000)
setwd
. You
will be informed about the filenames under which the data tables have been saved automatically. The name includes the argument 'filename' and the actual date. If an analysis is carried out more than once at the same day, the results will all be found, one written below the other, separated by a row of column names, in the same file (if the working directory was not changed).
allelefreq
that is included in this packageallelefreq
that is included in this packageinputformat
. Format 2 equals the input of the function
inputformat
. Please refer to this description file for
details. If format 1 is used, the argument 'format.table' has to be set
as FALSE. Using format 2, the argument 'format.table' has to be set as
TRUE (default). In this case, the data table is automatically
transformed to format 1.In the data table that will be returned at the end, the loci will be sorted alphabetically and additionally numerically if numbers are included in.
The bootstrap 95% confidence limits are obtained automatically when the
argument p.Val is set as TRUE. For further details of the bootstrapping
and the calculation of the confidence limits, see the help file for Bootstrapping.D
.
The p-values are calculated automatically using the function p.val
that is included in this package.
Jost, L. 2008 Gst and its relatives do not measure differentiation. Molecular Ecology 17, 18, p. 4015--4026.
Bootstrapping.D
, p.val
,
p.value.correcture
, Hardy.Weinberg
,
pair.pops.Dest
, allelefreq
,
setwd
, quantile
, inputformat
data(Example.transformed)
Example1 <- Example.transformed
all.pops.D("Example1", object=TRUE, format.table=FALSE, p.Val=FALSE)
all.pops.Dest.Chao("Example1", object=TRUE, format.table=FALSE, p.Val=FALSE)
all.pops.Gst("Example1", object=TRUE, format.table=FALSE, p.Val=FALSE)
data(Example.untransformed)
Example2 <- Example.untransformed
all.pops.Dest("Example2",object=TRUE,format.table=TRUE, p.Val=FALSE)
all.pops.Gst.est("Example2",object=TRUE,format.table=TRUE, p.Val=FALSE)
Run the code above in your browser using DataLab