[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/21: gnu: Add r-ihw.
From: |
guix-commits |
Subject: |
04/21: gnu: Add r-ihw. |
Date: |
Wed, 13 Mar 2019 08:18:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 704de8f5eeee67402648cc6624defa79600d1d75
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 13 11:18:27 2019 +0100
gnu: Add r-ihw.
* gnu/packages/bioconductor.scm (r-ihw): New variable.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a08ad46..0e26033 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1868,3 +1868,33 @@ to install interface to SYMPHONY.")
;; Symphony 5.4 or later is distributed under the terms of the EPL 1.0.
;; lpsimphony is released under the same terms.
(license license:epl1.0)))
+
+(define-public r-ihw
+ (package
+ (name "r-ihw")
+ (version "1.10.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "IHW" version))
+ (sha256
+ (base32
+ "10wqasl8k2j3y5qvak3xr2xj6symk656xww1y5n2l22nz832j19n"))))
+ (properties `((upstream-name . "IHW")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-fdrtool" ,r-fdrtool)
+ ("r-lpsymphony" ,r-lpsymphony)
+ ("r-slam" ,r-slam)))
+ (home-page "https://bioconductor.org/packages/IHW")
+ (synopsis "Independent hypothesis weighting")
+ (description
+ "@dfn{Independent hypothesis weighting} (IHW) is a multiple testing
+procedure that increases power compared to the method of Benjamini and
+Hochberg by assigning data-driven weights to each hypothesis. The input to
+IHW is a two-column table of p-values and covariates. The covariate can be
+any continuous-valued or categorical variable that is thought to be
+informative on the statistical properties of each hypothesis test, while it is
+independent of the p-value under the null hypothesis.")
+ (license license:artistic2.0)))
- branch master updated (2b6ab17 -> 0fbaf19), guix-commits, 2019/03/13
- 06/21: gnu: Add r-shinyjs., guix-commits, 2019/03/13
- 01/21: gnu: Add r-nbpseq., guix-commits, 2019/03/13
- 02/21: gnu: Add r-ebseq., guix-commits, 2019/03/13
- 11/21: gnu: Add r-icobra., guix-commits, 2019/03/13
- 12/21: gnu: Add r-mast., guix-commits, 2019/03/13
- 05/21: gnu: Add r-shinybs., guix-commits, 2019/03/13
- 20/21: gnu: Add r-bumphunter., guix-commits, 2019/03/13
- 09/21: gnu: Add r-nor1mix., guix-commits, 2019/03/13
- 07/21: gnu: Add r-colourpicker., guix-commits, 2019/03/13
- 04/21: gnu: Add r-ihw.,
guix-commits <=
- 08/21: gnu: Add r-ggextra., guix-commits, 2019/03/13
- 10/21: gnu: Add r-beanplot., guix-commits, 2019/03/13
- 15/21: gnu: Add r-scdd., guix-commits, 2019/03/13
- 16/21: gnu: Add r-scone., guix-commits, 2019/03/13
- 18/21: gnu: Add r-illuminaio., guix-commits, 2019/03/13
- 19/21: gnu: Add r-siggenes., guix-commits, 2019/03/13
- 03/21: gnu: Add r-lpsymphony., guix-commits, 2019/03/13
- 13/21: gnu: Add r-monocle., guix-commits, 2019/03/13
- 17/21: gnu: Add r-geoquery., guix-commits, 2019/03/13
- 14/21: gnu: Add r-noiseq., guix-commits, 2019/03/13