guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: Add r-omicade4.


From: guix-commits
Subject: 02/07: gnu: Add r-omicade4.
Date: Thu, 15 Sep 2022 09:24:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 47fb9d23ea6a1559afc0a628f2656078b2fc5a80
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 15 15:10:04 2022 +0200

    gnu: Add r-omicade4.
    
    * gnu/packages/bioconductor.scm (r-omicade4): New variable.
---
 gnu/packages/bioconductor.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7e026b1dc7..46278d326c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16788,6 +16788,25 @@ with a nested autoregressive correlated error 
structure for the effect of
 interest on transformed methylation proportions.")
     (license license:expat)))
 
+(define-public r-omicade4
+  (package
+    (name "r-omicade4")
+    (version "1.36.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "omicade4" version))
+              (sha256
+               (base32
+                "1l7w3sczsimg640klq8navgdcwjj090wjqd40n4mw76pny2xj2lj"))))
+    (properties `((upstream-name . "omicade4")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-ade4 r-biobase r-made4))
+    (home-page "https://bioconductor.org/packages/omicade4";)
+    (synopsis "Multiple co-inertia analysis of omics datasets")
+    (description
+     "This package performes multiple co-inertia analysis of omics datasets.")
+    (license license:gpl2)))
+
 (define-public r-omnipathr
   (package
     (name "r-omnipathr")



reply via email to

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