unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <56098@debbugs.gnu.org>
Subject: [bug#56098] [PATCH 2/2] gnu: Add r-ancombc.
Date: Sun, 19 Jun 2022 22:42:01 +0200	[thread overview]
Message-ID: <20220619204201.18713-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20220619204201.18713-1-madalinionel.patrascu@mdc-berlin.de>

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 54280a26f6..a9b19bfadd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1987,6 +1987,52 @@ (define-public r-agimicrorna
 objects are used so that other packages could be used as well.")
     (license license:gpl3)))
 
+(define-public r-ancombc
+  (package
+    (name "r-ancombc")
+    (version "1.6.1")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "ANCOMBC" version))
+              (sha256
+               (base32
+                "1p9yryv85qk7m3hbflmpdffd3azpsifcw54x1rp8sb67yjmq3whq"))))
+    (properties `((upstream-name . "ANCOMBC")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-desctools
+           r-doparallel
+           r-dorng
+           r-dplyr
+           r-energy
+           r-foreach
+           r-hmisc
+           r-magrittr
+           r-mass
+           r-microbiome
+           r-nlme
+           r-nloptr
+           r-phyloseq
+           r-rdpack
+           r-rlang
+           r-tibble
+           r-tidyr))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/FrederickHuangLin/ANCOMBC")
+    (synopsis "Analysis of compositions of microbiomes with bias correction")
+    (description
+     "@code{ANCOMBC} is a package containing @dfn{DA} (differential abundance)
+and correlation analyses for microbiome data.  Specifically, the package includes
+@dfn{ANCOM-BC} (Analysis of Compositions of Microbiomes with Bias Correction) and
+@dfn{ANCOM} (Analysis of Composition of Microbiomes) for DA analysis, and
+@dfn{SECOM} (Sparse Estimation of Correlations among Microbiomes) for correlation
+analysis.  Microbiome data are typically subject to two sources of biases:
+unequal sampling fractions (sample-specific biases) and differential sequencing
+efficiencies (taxon-specific biases).  Methodologies included in the @code{ANCOMBC}
+package were designed to correct these biases and construct statistically
+consistent estimators.")
+    (license license:artistic2.0)))
+
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")
-- 
2.36.1





  reply	other threads:[~2022-06-19 20:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 20:39 [bug#56098] gnu: Add r-microbiome, r-ancombc MadalinIonel.Patrascu
2022-06-19 20:42 ` [bug#56098] [PATCH 1/2] gnu: Add r-microbiome Mădălin Ionel Patrașcu
2022-06-19 20:42   ` Mădălin Ionel Patrașcu [this message]
2022-11-24 17:06 ` bug#56098: gnu: Add r-microbiome, r-ancombc 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=20220619204201.18713-2-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=56098@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).