summaryrefslogtreecommitdiff
path: root/math/R-genetics/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-04 08:13:15 +0000
committerrillig <rillig>2005-11-04 08:13:15 +0000
commit167a756b9060641832ff9c4e5968414554b13f65 (patch)
tree575bd9ea10e1e473c82cade0b632b46bfab97fc1 /math/R-genetics/Makefile
parentd225f42b7e561b4392f8255e1e2b375ca99a9492 (diff)
downloadpkgsrc-167a756b9060641832ff9c4e5968414554b13f65.tar.gz
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, ...
Diffstat (limited to 'math/R-genetics/Makefile')
-rw-r--r--math/R-genetics/Makefile15
1 files changed, 15 insertions, 0 deletions
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"