From f95abaf7137810c7d9b679f597ec62380920324c Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Nov 2005 08:13:15 +0000 Subject: Imported R-genetics from pkgsrc-wip. Classes and methods for handling genetic data. Includes classes to represent genotypes and haplotypes at single markers up to multiple markers on multiple chromosomes. Function include allele frequencies, flagging homo/heterozygotes, flagging carriers of certain alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating and testing for linkage disequilibrium, ... --- math/R-genetics/DESCR | 6 ++++++ math/R-genetics/Makefile | 15 +++++++++++++++ math/R-genetics/PLIST | 1 + math/R-genetics/distinfo | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 math/R-genetics/DESCR create mode 100644 math/R-genetics/Makefile create mode 100644 math/R-genetics/PLIST create mode 100644 math/R-genetics/distinfo (limited to 'math') diff --git a/math/R-genetics/DESCR b/math/R-genetics/DESCR new file mode 100644 index 00000000000..0fba1a2b980 --- /dev/null +++ b/math/R-genetics/DESCR @@ -0,0 +1,6 @@ +Classes and methods for handling genetic data. Includes classes to +represent genotypes and haplotypes at single markers up to multiple +markers on multiple chromosomes. Function include allele frequencies, +flagging homo/heterozygotes, flagging carriers of certain alleles, +estimating and testing for Hardy-Weinberg disequilibrium, estimating +and testing for linkage disequilibrium, ... diff --git a/math/R-genetics/Makefile b/math/R-genetics/Makefile new file mode 100644 index 00000000000..5df26596d14 --- /dev/null +++ b/math/R-genetics/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:13:15 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics.html +COMMENT= Classes and methods for handling genetic data + +R_PKGNAME= genetics +R_PKGVER= 1.0.4 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-genetics/PLIST b/math/R-genetics/PLIST new file mode 100644 index 00000000000..d10a5f564a1 --- /dev/null +++ b/math/R-genetics/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:13:15 rillig Exp $ diff --git a/math/R-genetics/distinfo b/math/R-genetics/distinfo new file mode 100644 index 00000000000..9b62a42370e --- /dev/null +++ b/math/R-genetics/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:13:15 rillig Exp $ + +SHA1 (R/genetics_1.0.4.tar.gz) = 594481ac598c18b2fa5277a025beb7573dd5191d +RMD160 (R/genetics_1.0.4.tar.gz) = 083c724a5b720d67008f1938a578cdc86f347049 +Size (R/genetics_1.0.4.tar.gz) = 212717 bytes -- cgit v1.2.3