CRAN
DEMEtics 0.8.1
Calculation of Gst and D values characterizing the genetic differentiation between populations.
Released Aug 16, 2010 by Alexander Jueterbock,
Out of a table comprising allelic data of at least one locus for several individuals and from at least two populations, measurements of genetic differentiation (i.e. D, Dest, Dest.Chao, Gst and Gst.est (Jost, 2008)) can be calculated. P-values and 95% confidence intervals are calculated according to Manly (1997) using a bootstrap method. Thereby, for each locus, alleles are reallocated over populations if they are all in Hardy Weinberg Equilibrium (HWE). If not, the genotypes are reallocated, since alleles can not be assumed to be inherited independently from each other (Goudet, 1996). The p-values state how much the empirical found allocation of alleles over populations differs from an allocation that could arise by chance alone. In the case that more than two populations are compared pairwise, the p-values are adjusted besides using bonferroni correction in several other ways due to the multiple comparison from one data set.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>DEMEtics</artifactId> <version>0.8.1-b35</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:DEMEtics')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- Bootstrapping-examples
- D.G.calc-examples
- Dest-examples
- Dest.Chao-examples
- Dest.Chao.calc-examples
- Example.transformed-examples
- Example.untransformed-examples
- Gst.est-examples
- H.out-examples
- Hardy.Weinberg-examples
- Hj-examples
- Hs-examples
- Ht-examples
- all.pops-examples
- allelefreq-examples
- inputformat-examples
- p.val-examples
- pair.pops-examples