Description Usage Arguments Details Value Author(s) References Examples
This function partitions the DJost into hierarchical levels
1 | HierDjost(x, nreg, r, ncode)
|
x |
Input file, genepop format |
nreg |
The number of aggregates |
r |
The number of subaggregates in each aggregates |
ncode |
The integer used to code an allele |
This function partitions genetic differentiation, DJost, into different hierarchical levels
HierDjost_perloc |
DJost per locus |
HieDjost_overall |
Overall DJost |
pairDjostp |
Pairwise DJost between subaggregates (populations) |
pairDjostr |
Pairwise DJost between aggregates (regions) |
qinxinghu@gmail.com
Jost, L. O. U. (2008). GST and its relatives do not measure differentiation. Molecular ecology, 17(18), 4015-4026.
1 2 3 4 | f <- system.file('extdata',package='HierDpart')
infile <- file.path(f, "Island.gen")
HierDjost_Island=HierDjost(infile,nreg=4,r=c(7,4,2,3),ncode=3)
print(HierDjost_Island)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.