diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:15:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:15:19 +0000 |
commit | 15f07a65d96f4fa39c7c4ca8dde9abf41fc20436 (patch) | |
tree | 0335da1114eb283fe811b0f522cb8e185d2a1266 /math/R-hwde | |
parent | af62a4da574a17ae98df029c999bce68f85f3cc1 (diff) | |
download | pkgsrc-15f07a65d96f4fa39c7c4ca8dde9abf41fc20436.tar.gz |
Imported R-hwde from pkgsrc-wip.
Models and tests for departure from Hardy-Weinberg equilibrium and
independence between loci.
Fits models for genotypic disequilibria, as described in Huttley and
Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast terms
are available that account for first order interactions between loci.
Diffstat (limited to 'math/R-hwde')
-rw-r--r-- | math/R-hwde/DESCR | 6 | ||||
-rw-r--r-- | math/R-hwde/Makefile | 15 | ||||
-rw-r--r-- | math/R-hwde/PLIST | 1 | ||||
-rw-r--r-- | math/R-hwde/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/R-hwde/DESCR b/math/R-hwde/DESCR new file mode 100644 index 00000000000..95119354dcb --- /dev/null +++ b/math/R-hwde/DESCR @@ -0,0 +1,6 @@ +Models and tests for departure from Hardy-Weinberg equilibrium and +independence between loci. + +Fits models for genotypic disequilibria, as described in Huttley and +Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast terms +are available that account for first order interactions between loci. diff --git a/math/R-hwde/Makefile b/math/R-hwde/Makefile new file mode 100644 index 00000000000..f18ed233bba --- /dev/null +++ b/math/R-hwde/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:15:19 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/hwde.html +COMMENT= Models and tests for departure from Hardy-Weinberg equilibrium + +R_PKGNAME= hwde +R_PKGVER= 0.3 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-hwde/PLIST b/math/R-hwde/PLIST new file mode 100644 index 00000000000..f3b14d383bd --- /dev/null +++ b/math/R-hwde/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:15:19 rillig Exp $ diff --git a/math/R-hwde/distinfo b/math/R-hwde/distinfo new file mode 100644 index 00000000000..a4f696a4fea --- /dev/null +++ b/math/R-hwde/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:15:19 rillig Exp $ + +SHA1 (R/hwde_0.3.tar.gz) = 18b1c7cb865b807b73db88730f871e4e853b8d53 +RMD160 (R/hwde_0.3.tar.gz) = 3b62613a43f44e4d088473590fd58657b2b08582 +Size (R/hwde_0.3.tar.gz) = 121416 bytes |