unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63275] [PATCH] gnu: Add r-multibac.
@ 2023-05-04 15:46 Mădălin Ionel Patrașcu
  2023-05-08  9:15 ` bug#63275: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2023-05-04 15:46 UTC (permalink / raw)
  To: 63275; +Cc: rekado

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 768b55b25e..299d772bd2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10101,6 +10101,37 @@ (define-public r-mbkmeans
 large datasets, including support for on-disk data representation.")
     (license license:expat)))
 
+(define-public r-multibac
+  (package
+    (name "r-multibac")
+    (version "1.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "MultiBaC" version))
+       (sha256
+        (base32 "1qwf1mvw81hb929xpnx5x910f7qnax9lkylhwzcdw1814s4zj25i"))))
+    (properties `((upstream-name . "MultiBaC")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-ggplot2
+           r-matrix
+           r-multiassayexperiment
+           r-pcamethods
+           r-plotrix
+           r-ropls))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/MultiBaC")
+    (synopsis "Multiomic batch effect correction")
+    (description
+     "MultiBaC is a strategy to correct batch effects from multiomic datasets
+distributed across different labs or data acquisition events.  This package is
+the first batch effect correction algorithm that dealing with batch effect
+correction in multiomics datasets.  MultiBaC is able to remove batch effects
+across different omics generated within separate batches provided that at least
+one common omic data type is included in all the batches considered.")
+    (license license:gpl3)))
+
 (define-public r-multtest
   (package
     (name "r-multtest")

base-commit: 7a0a186a32524d4156bf96786d708fab323cebff
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63275: [PATCH] gnu: Add r-multibac.
  2023-05-04 15:46 [bug#63275] [PATCH] gnu: Add r-multibac Mădălin Ionel Patrașcu
@ 2023-05-08  9:15 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-05-08  9:15 UTC (permalink / raw)
  To: 63275-done

Applied, thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-08  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04 15:46 [bug#63275] [PATCH] gnu: Add r-multibac Mădălin Ionel Patrașcu
2023-05-08  9:15 ` bug#63275: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).