gnu: Add r-omicade4.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 15 Sep 2022 13:10:04 +0000 (15:10 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 15 Sep 2022 13:22:11 +0000 (15:22 +0200)
* gnu/packages/bioconductor.scm (r-omicade4): New variable.

gnu/packages/bioconductor.scm

index 7e026b1..46278d3 100644 (file)
@@ -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")