guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: Add r-hwde.


From: guix-commits
Subject: 05/06: gnu: Add r-hwde.
Date: Mon, 25 Mar 2019 09:00:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b8fea3c85998a3c39e39f1eda6fa28ac54cda008
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 25 13:46:37 2019 +0100

    gnu: Add r-hwde.
    
    * gnu/packages/cran.scm (r-hwde): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4d7f68b..e50acce 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12604,3 +12604,25 @@ map, of measures of pairwise linkage disequilibria 
between SNPs.  Users may
 optionally include the physical locations or genetic map distances of each SNP
 on the plot.")
     (license license:gpl3)))
+
+(define-public r-hwde
+  (package
+    (name "r-hwde")
+    (version "0.67")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "hwde" version))
+       (sha256
+        (base32
+         "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/hwde/";)
+    (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
+    (description
+     "This package 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.
+It also implements, for a single locus in a single population, a conditional
+exact test for Hardy-Weinberg equilibrium.")
+    (license license:gpl2+)))



reply via email to

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