GNU bug report logs -
#63275
[PATCH] gnu: Add r-multibac.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63275 in the body.
You can then email your comments to 63275 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#63275
; Package
guix-patches
.
(Thu, 04 May 2023 15:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
rekado <at> elephly.net, guix-patches <at> gnu.org
.
(Thu, 04 May 2023 15:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 08 May 2023 09:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 08 May 2023 09:17:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63275-done <at> debbugs.gnu.org (full text, mbox):
Applied, thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 05 Jun 2023 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 341 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.