[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/324: gnu: Add r-metapod.
From: |
guix-commits |
Subject: |
12/324: gnu: Add r-metapod. |
Date: |
Sat, 5 Jun 2021 03:14:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 53ec97713a74da0acb9def81d25ff3e6dd6112f6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 01:48:07 2021 +0200
gnu: Add r-metapod.
* gnu/packages/bioconductor.scm (r-metapod): New variable.
---
gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d779a11..fe365b4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5743,6 +5743,35 @@ phylogenetic trees and other tree-like structures with
their annotation
data.")
(license license:artistic2.0)))
+(define-public r-metapod
+ (package
+ (name "r-metapod")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "metapod" version))
+ (sha256
+ (base32
+ "1hbcwr6d8gyrf4azh0gi588xkrg6gz7gsb5hbvzqkhplbsp6shlv"))))
+ (properties `((upstream-name . "metapod")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rcpp" ,r-rcpp)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/metapod")
+ (synopsis "Meta-analyses on p-values of differential analyses")
+ (description
+ "This package implements a variety of methods for combining p-values in
+differential analyses of genome-scale datasets. Functions can combine
+p-values across different tests in the same analysis (e.g., genomic windows in
+ChIP-seq, exons in RNA-seq) or for corresponding tests across separate
+analyses (e.g., replicated comparisons, effect of different treatment
+conditions). Support is provided for handling log-transformed input p-values,
+missing values and weighting where appropriate.")
+ (license license:gpl3)))
+
(define-public r-biocsingular
(package
(name "r-biocsingular")
- 15/324: gnu: r-msnid: Update to 1.26.0., (continued)
- 15/324: gnu: r-msnid: Update to 1.26.0., guix-commits, 2021/06/05
- 21/324: gnu: r-cytoml: Update to 2.4.0., guix-commits, 2021/06/05
- 24/324: gnu: r-biocversion: Update to 3.13.1., guix-commits, 2021/06/05
- 25/324: gnu: r-biocgenerics: Update to 0.38.0., guix-commits, 2021/06/05
- 13/324: gnu: r-rhdf5lib: Update to 1.14.0., guix-commits, 2021/06/05
- 14/324: gnu: r-bioccheck: Update to 1.28.0., guix-commits, 2021/06/05
- 17/324: gnu: r-rhdf5: Update to 2.36.0., guix-commits, 2021/06/05
- 20/324: gnu: r-flowworkspace: Update to 4.4.0., guix-commits, 2021/06/05
- 22/324: gnu: r-hdf5array: Update to 1.20.0., guix-commits, 2021/06/05
- 07/324: gnu: Add r-restfulr., guix-commits, 2021/06/05
- 12/324: gnu: Add r-metapod.,
guix-commits <=
- 26/324: gnu: r-coverageview: Update to 1.30.0., guix-commits, 2021/06/05
- 08/324: gnu: Add r-trajectoryutils., guix-commits, 2021/06/05
- 27/324: gnu: r-cummerbund: Update to 2.34.0., guix-commits, 2021/06/05
- 34/324: gnu: r-affy: Update to 1.70.0., guix-commits, 2021/06/05
- 42/324: gnu: r-annotationdbi: Update to 1.54.0., guix-commits, 2021/06/05
- 41/324: gnu: r-annotate: Update to 1.70.0., guix-commits, 2021/06/05
- 43/324: gnu: r-annotationfilter: Update to 1.16.0., guix-commits, 2021/06/05
- 44/324: gnu: r-annotationforge: Update to 1.34.0., guix-commits, 2021/06/05
- 50/324: gnu: r-biocparallel: Update to 1.26.0., guix-commits, 2021/06/05
- 30/324: gnu: r-delayedarray: Update to 0.18.0., guix-commits, 2021/06/05