all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63803] [PATCH] gnu: Add r-mbecs.
@ 2023-05-30 13:37 Mădălin Ionel Patrașcu
  2023-06-01  7:18 ` bug#63803: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2023-05-30 13:37 UTC (permalink / raw)
  To: 63803; +Cc: rekado

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 265a70cdd4..b75b9f1886 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10118,6 +10118,57 @@ (define-public r-ripseeker
 processing to visualization and annotation.")
     (license license:gpl2)))
 
+(define-public r-mbecs
+  (package
+    (name "r-mbecs")
+    (version "1.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "MBECS" version))
+       (sha256
+        (base32 "0gfr3c5k7xjd342zfdksgh22mrk3ryr4cp89nar0mlpgzxg4l4vz"))))
+    (properties `((upstream-name . "MBECS")))
+    (build-system r-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'set-HOME
+          ;; Fontconfig needs an writable cache
+            (lambda _ (setenv "HOME" "/tmp"))))))
+    (propagated-inputs
+     (list r-cluster
+           r-dplyr
+           r-ggplot2
+           r-gridextra
+           r-limma
+           r-lme4
+           r-lmertest
+           r-magrittr
+           r-markdown
+           r-matrix
+           r-pheatmap
+           r-phyloseq
+           r-rmarkdown
+           r-ruv
+           r-sva
+           r-tibble
+           r-tidyr
+           r-vegan))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/rmolbrich/MBECS")
+    (synopsis
+     "Evaluation and correction of batch effects in microbiome data-sets")
+    (description
+     "The @acronym{MBECS, Microbiome Batch Effect Correction Suite} provides a
+set of functions to evaluate and mitigate unwated noise due to processing in
+batches.  To that end it incorporates a host of batch correcting algorithms
+(BECA) from various packages.  In addition it offers a correction and reporting
+pipeline that provides a preliminary look at the characteristics of a data-set
+before and after correcting for batch effects.")
+    (license license:artistic2.0)))
+
 (define-public r-mbkmeans
   (package
     (name "r-mbkmeans")

base-commit: 3807876af4b53babdbc2f1d730e4763ff651f316
-- 
2.40.1





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

* bug#63803: [PATCH] gnu: Add r-mbecs.
  2023-05-30 13:37 [bug#63803] [PATCH] gnu: Add r-mbecs Mădălin Ionel Patrașcu
@ 2023-06-01  7:18 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-06-01  7:18 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 63803-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/bioconductor.scm (r-mbecs): New variable.

Applied, thanks!

-- 
Ricardo




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

end of thread, other threads:[~2023-06-01  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 13:37 [bug#63803] [PATCH] gnu: Add r-mbecs Mădălin Ionel Patrașcu
2023-06-01  7:18 ` bug#63803: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.