[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/323: gnu: Add r-ashr.
From: |
guix-commits |
Subject: |
25/323: gnu: Add r-ashr. |
Date: |
Wed, 9 Dec 2020 06:46:20 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c84762c446bb2c98aecc1d94009fcc3137d5fd04
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:41:54 2020 +0100
gnu: Add r-ashr.
* gnu/packages/cran.scm (r-ashr): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 60fac20..25bb9d7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -585,6 +585,34 @@ interrupts and timeouts. This provides the basis for a
sandboxing
mechanism.")
(license license:expat)))
+(define-public r-ashr
+ (package
+ (name "r-ashr")
+ (version "2.2-47")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "ashr" version))
+ (sha256
+ (base32
+ "1rqb5j30ylaf1h4l66x4jxyn5inrvhc42d90qd5mgkxsq0ghdlr4"))))
+ (properties `((upstream-name . "ashr")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-etrunct" ,r-etrunct)
+ ("r-invgamma" ,r-invgamma)
+ ("r-matrix" ,r-matrix)
+ ("r-mixsqp" ,r-mixsqp)
+ ("r-rcpp" ,r-rcpp)
+ ("r-squarem" ,r-squarem)
+ ("r-truncnorm" ,r-truncnorm)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/stephens999/ashr")
+ (synopsis "Methods for adaptive shrinkage, using empirical bayes")
+ (description "This package implements an empirical Bayes approach for
+large-scale hypothesis testing and false discovery rate estimation.")
+ (license license:gpl3+)))
+
(define-public r-askpass
(package
(name "r-askpass")
- 70/323: gnu: r-anota: Update to 1.38.0., (continued)
- 70/323: gnu: r-anota: Update to 1.38.0., guix-commits, 2020/12/09
- 76/323: gnu: r-clusterprofiler: Update to 3.18.0., guix-commits, 2020/12/09
- 81/323: gnu: r-a4reporting: Update to 1.38.0., guix-commits, 2020/12/09
- 89/323: gnu: r-motifstack: Update to 1.34.0., guix-commits, 2020/12/09
- 104/323: gnu: r-yaqcaffy: Update to 1.50.0., guix-commits, 2020/12/09
- 108/323: gnu: Update r-msnbase to 2.16.0., guix-commits, 2020/12/09
- 116/323: gnu: r-rbowtie2: Update to 1.12.0., guix-commits, 2020/12/09
- 130/323: gnu: r-annotatr: Update to 1.16.0., guix-commits, 2020/12/09
- 137/323: gnu: r-ncdfflow: Update to 2.36.0., guix-commits, 2020/12/09
- 140/323: gnu: r-rprotobuflib: Update to 2.2.0., guix-commits, 2020/12/09
- 25/323: gnu: Add r-ashr.,
guix-commits <=
- 35/323: gnu: r-bayseq: Update to 2.24.0., guix-commits, 2020/12/09
- 99/323: gnu: r-yamss: Update to 1.16.0., guix-commits, 2020/12/09
- 110/323: gnu: r-xcms: Update to 3.12.0., guix-commits, 2020/12/09
- 28/323: gnu: r-multtest: Update to 2.46.0., guix-commits, 2020/12/09
- 37/323: gnu: r-riboseqr: Update to 1.24.0., guix-commits, 2020/12/09
- 42/323: gnu: r-plgem: Update to 1.62.0., guix-commits, 2020/12/09
- 58/323: gnu: r-monocle: Update to 2.18.0., guix-commits, 2020/12/09
- 61/323: gnu: r-geoquery: Update to 2.58.0., guix-commits, 2020/12/09
- 52/323: gnu: r-ebseq: Update to 1.30.0., guix-commits, 2020/12/09
- 59/323: gnu: r-noiseq: Update to 2.34.0., guix-commits, 2020/12/09