[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: Add r-hybridmtest.
From: |
guix-commits |
Subject: |
03/09: gnu: Add r-hybridmtest. |
Date: |
Wed, 4 Oct 2023 05:04:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1025316d806ca97f4524b4399adc558970994f9d
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Sat Mar 25 00:18:49 2023 +0100
gnu: Add r-hybridmtest.
* gnu/packages/bioconductor.scm (r-hybridmtest): New variable.
---
gnu/packages/bioconductor.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index e5eb859ad0..f16ab9bd81 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18535,6 +18535,37 @@ the read count and GC content bias.")
validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
(license license:artistic2.0)))
+(define-public r-hybridmtest
+ (package
+ (name "r-hybridmtest")
+ (version "1.44.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "HybridMTest" version))
+ (sha256
+ (base32 "19pycad35hc7ylnsz75bv029y1r6j9xvrbhzk4i64i7jn8gi7ngh"))))
+ (properties `((upstream-name . "HybridMTest")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-biobase
+ r-fdrtool
+ r-mass
+ r-survival))
+ (home-page "https://bioconductor.org/packages/HybridMTest")
+ (synopsis "Hybrid multiple testing")
+ (description
+ "This package performs hybrid multiple testing that incorporates method
+selection and assumption evaluations into the analysis using @acronym{EBP,
+empirical Bayes probability} estimates obtained by Grenander density
+estimation. For instance, for 3-group comparison analysis, Hybrid Multiple
+testing considers EBPs as weighted EBPs between F-test and H-test with EBPs
+from Shapiro Wilk test of normality as weigth. Instead of just using EBPs
+from F-test only or using H-test only, this methodology combines both types of
+EBPs through EBPs from Shapiro Wilk test of normality. This methodology uses
+then the law of total EBPs.")
+ (license license:gpl2+)))
+
(define-public r-hypergraph
(package
(name "r-hypergraph")
- branch master updated (d0aaa5aacf -> 273ee56bc2), guix-commits, 2023/10/04
- 05/09: gnu: Add r-apcomplex., guix-commits, 2023/10/04
- 08/09: gnu: Add r-arraymvout., guix-commits, 2023/10/04
- 09/09: gnu: Add r-arrayquality., guix-commits, 2023/10/04
- 06/09: gnu: Add r-mdqc., guix-commits, 2023/10/04
- 02/09: gnu: Add r-repmis., guix-commits, 2023/10/04
- 01/09: gnu: Add r-anota2seq., guix-commits, 2023/10/04
- 07/09: gnu: Add r-parody., guix-commits, 2023/10/04
- 04/09: gnu: Add r-org-sc-sgd-db., guix-commits, 2023/10/04
- 03/09: gnu: Add r-hybridmtest.,
guix-commits <=