[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: Add r-tdthap.
From: |
guix-commits |
Subject: |
06/06: gnu: Add r-tdthap. |
Date: |
Mon, 25 Mar 2019 09:00:41 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7cd4ff2f0cb950744074af56711bd8a83c08fda1
Author: Ricardo Wurmus <address@hidden>
Date: Mon Mar 25 14:00:14 2019 +0100
gnu: Add r-tdthap.
* gnu/packages/cran.scm (r-tdthap): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e50acce..bb97f72 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12626,3 +12626,23 @@ terms are available that account for first order
interactions between loci.
It also implements, for a single locus in a single population, a conditional
exact test for Hardy-Weinberg equilibrium.")
(license license:gpl2+)))
+
+(define-public r-tdthap
+ (package
+ (name "r-tdthap")
+ (version "1.1-9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tdthap" version))
+ (sha256
+ (base32
+ "0y01x0hcf0rw06cpn4pk17b0shf4v2c9was7vfs0zhsbq8qcwx7r"))))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/tdthap/")
+ (synopsis "TDT tests for extended haplotypes")
+ (description
+ "Functions and examples are provided for transmission/disequilibrium
+tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
+\"Transmission/disequilibrium tests for extended marker haplotypes\".")
+ (license license:artistic2.0)))
- branch master updated (c3b5c80 -> 7cd4ff2), guix-commits, 2019/03/25
- 02/06: gnu: Add r-ibdreg., guix-commits, 2019/03/25
- 05/06: gnu: Add r-hwde., guix-commits, 2019/03/25
- 06/06: gnu: Add r-tdthap.,
guix-commits <=
- 04/06: gnu: Add r-ldheatmap., guix-commits, 2019/03/25
- 03/06: gnu: Add r-dlmap., guix-commits, 2019/03/25
- 01/06: gnu: Add r-bqtl., guix-commits, 2019/03/25