[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")
- branch master updated (b2750695f7 -> b9bd1bcce9), guix-commits, 2023/07/19
- 01/32: gnu: Add r-gwasexacthw.,
guix-commits <=
- 02/32: gnu: Add r-uchardet., guix-commits, 2023/07/19
- 04/32: gnu: Add r-formula-tools., guix-commits, 2023/07/19
- 03/32: gnu: Add r-operator-tools., guix-commits, 2023/07/19
- 05/32: gnu: Add r-logistf., guix-commits, 2023/07/19
- 06/32: gnu: Add r-enhancedvolcano., guix-commits, 2023/07/19
- 08/32: gnu: Add r-genomicdatacommons., guix-commits, 2023/07/19
- 07/32: gnu: Add r-snprelate., guix-commits, 2023/07/19
- 09/32: gnu: Add r-dyndoc., guix-commits, 2023/07/19
- 14/32: gnu: Add r-raggedexperiment., guix-commits, 2023/07/19
- 20/32: gnu: Add r-nebulosa., guix-commits, 2023/07/19