From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <61891@debbugs.gnu.org>
Subject: [bug#61891]
Date: Wed, 1 Mar 2023 08:23:42 +0100 [thread overview]
Message-ID: <20230301072343.708693-6-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20230301072343.708693-1-madalinionel.patrascu@mdc-berlin.de>
Date: Wed, 1 Mar 2023 04:17:48 +0100
Subject: [PATCH 6/7] gnu: Add r-maaslin2.
* gnu/packages/bioconductor.scm (r-maaslin2): 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 7de5750e09..c7f623343e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6533,6 +6533,57 @@ (define-public r-limma
different technologies, including microarrays, RNA-seq, and quantitative PCR.")
(license license:gpl2+)))
+(define-public r-maaslin2
+ (package
+ (name "r-maaslin2")
+ (version "1.12.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "Maaslin2" version))
+ (sha256
+ (base32 "0ncvsywn9f8766gjb8nxzg82p3w30g8pjs85sy8s0bz9ilanpy89"))))
+ (properties `((upstream-name . "Maaslin2")))
+ (build-system r-build-system)
+ (arguments (list #:tests? #f)) ;test suite is non-deterministic :(
+ (propagated-inputs
+ (list r-biglm
+ r-car
+ r-chemometrics
+ r-cplm
+ r-data-table
+ r-dplyr
+ r-edger
+ r-ggplot2
+ r-glmmtmb
+ r-hash
+ r-lme4
+ r-lmertest
+ r-logging
+ r-lpsymphony
+ r-mass
+ r-mumin
+ r-metagenomeseq
+ r-optparse
+ r-pbapply
+ r-pcapp
+ r-pheatmap
+ r-pscl
+ r-rmarkdown
+ r-robustbase
+ r-vegan))
+ (native-inputs (list r-knitr))
+ (home-page "http://huttenhower.sph.harvard.edu/maaslin2")
+ (synopsis
+ "Multivariable association discovery in population-scale meta-omics studies")
+ (description
+ "MaAsLin2 is comprehensive R package for efficiently determining multivariable
+association between clinical metadata and microbial meta'omic features. This
+package relies on general linear models to accommodate most modern epidemiological
+study designs, including cross-sectional and longitudinal, and offers a variety
+of data exploration, normalization, and transformation methods.")
+ (license license:expat)))
+
(define-public r-made4
(package
(name "r-made4")
--
2.39.1
next prev parent reply other threads:[~2023-03-01 7:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-01 7:20 [bug#61891] [PATCH] gnu: Add r-biglm, r-cplm, r-som, r-chemometrics, r-metagenomeseq, r-maaslin2, r-mmuphin Mădălin Ionel Patrașcu
2023-03-01 7:23 ` [bug#61891] [PATCH 1/7] gnu: Add r-biglm Mădălin Ionel Patrașcu
2023-03-01 7:23 ` [bug#61891] [PATCH 2/7] gnu: Add r-cplm Mădălin Ionel Patrașcu
2023-03-01 7:23 ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01 7:23 ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01 7:23 ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01 7:23 ` Mădălin Ionel Patrașcu [this message]
2023-03-01 7:23 ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01 10:53 ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-02 21:09 ` bug#61891: Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230301072343.708693-6-madalinionel.patrascu@mdc-berlin.de \
--to=madalinionel.patrascu@mdc-berlin.de \
--cc=61891@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).