guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]