guix-commits
[Top][All Lists]
Advanced

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

01/32: gnu: Add r-gwasexacthw.


From: guix-commits
Subject: 01/32: gnu: Add r-gwasexacthw.
Date: Wed, 19 Jul 2023 09:55:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ff6b2a88c4600ad5774e6dde9eb7e2c18e85ada3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 13:08:02 2023 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bc2f7acb7f..acd1eb0be5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -926,6 +926,27 @@ differential abundance analysis of zero-inflated 
high-dimensional
 compositional data.")
     (license license:gpl3)))
 
+(define-public r-gwasexacthw
+  (package
+    (name "r-gwasexacthw")
+    (version "1.01")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "GWASExactHW" version))
+              (sha256
+               (base32
+                "19qmk8h7kxmn9kzw0x4xns5p3qqz27xkqq4q6zmh4jzizd0fsl78"))))
+    (properties `((upstream-name . "GWASExactHW")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=GWASExactHW";)
+    (synopsis
+     "Exact Hardy-Weinburg testing for Genome Wide Association Studies")
+    (description
+     "This package contains a function to do exact Hardy-Weinburg
+testing (using Fisher's test) for SNP genotypes as typically obtained in a
+@dfn{Genome Wide Association Study} (GWAS).")
+    (license license:gpl3)))
+
 (define-public r-gwidgets2
   (package
     (name "r-gwidgets2")



reply via email to

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