guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]