[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
302/318: gnu: Add r-apeglm.
From: |
guix-commits |
Subject: |
302/318: gnu: Add r-apeglm. |
Date: |
Fri, 20 Nov 2020 08:41:17 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 427aa9677bc4922164efade7d78c77b549544561
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:25:46 2020 +0100
gnu: Add r-apeglm.
* gnu/packages/bioconductor.scm (r-apeglm): New variable.
---
gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 462a92e..43a95fe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1630,6 +1630,33 @@ for numerical computing (numerical integration,
optimization, etc.) and their
integration with @code{Rcpp}.")
(license license:gpl2+)))
+(define-public r-apeglm
+ (package
+ (name "r-apeglm")
+ (version "1.12.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "apeglm" version))
+ (sha256
+ (base32
+ "0pix1fhxk2q89p2745fgsmxwics9rf10l392qhw3rw6v6ynhims2"))))
+ (properties `((upstream-name . "apeglm")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-emdbook" ,r-emdbook)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppeigen" ,r-rcppeigen)
+ ("r-rcppnumerical" ,r-rcppnumerical)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/apeglm")
+ (synopsis "Approximate posterior estimation for GLM coefficients")
+ (description "This package provides Bayesian shrinkage estimators for
+effect sizes for a variety of GLM models, using approximation of the
+posterior for individual coefficients.")
+ (license license:gpl2)))
+
(define-public r-diffbind
(package
(name "r-diffbind")
- 246/318: gnu: r-zlibbioc: Update to 1.36.0., (continued)
- 246/318: gnu: r-zlibbioc: Update to 1.36.0., guix-commits, 2020/11/20
- 241/318: gnu: r-bsgenome: Update to 1.58.0., guix-commits, 2020/11/20
- 251/318: gnu: r-tximport: Update to 1.18.0., guix-commits, 2020/11/20
- 257/318: gnu: r-sva: Update to 3.38.0., guix-commits, 2020/11/20
- 263/318: gnu: r-mzid: Update to 1.28.0., guix-commits, 2020/11/20
- 272/318: gnu: r-keggrest: Update to 1.30.0., guix-commits, 2020/11/20
- 277/318: gnu: r-ensembldb: Update to 2.14.0., guix-commits, 2020/11/20
- 278/318: gnu: r-organismdbi: Update to 1.32.0., guix-commits, 2020/11/20
- 295/318: gnu: r-biocparallel: Update to 1.24.1., guix-commits, 2020/11/20
- 300/318: gnu: r-oligo: Update to 1.54.1., guix-commits, 2020/11/20
- 302/318: gnu: Add r-apeglm.,
guix-commits <=
- 308/318: gnu: r-diffbind: Update to 3.0.6., guix-commits, 2020/11/20
- 315/318: gnu: r-rsubread: Update to 2.4.1., guix-commits, 2020/11/20
- 182/318: gnu: r-biocgraph: Update to 1.52.0., guix-commits, 2020/11/20
- 188/318: gnu: r-biocset: Update to 1.4.0., guix-commits, 2020/11/20
- 193/318: gnu: r-m3c: Update to 1.12.0., guix-commits, 2020/11/20
- 191/318: gnu: r-pcatools: Update to 2.2.0., guix-commits, 2020/11/20
- 204/318: gnu: r-scater: Update to 1.18.0., guix-commits, 2020/11/20
- 129/318: gnu: r-biosigner: Update to 1.18.0., guix-commits, 2020/11/20
- 133/318: gnu: r-consensusclusterplus: Update to 1.54.0., guix-commits, 2020/11/20
- 135/318: gnu: r-flowcore: Update to 2.2.0., guix-commits, 2020/11/20