GNU bug report logs - #56021
gnu: Add r-nada, r-zcompositions, r-aldex2.

Previous Next

Package: guix-patches;

Reported by: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>

Date: Thu, 16 Jun 2022 15:56:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56021 in the body.
You can then email your comments to 56021 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56021; Package guix-patches. (Thu, 16 Jun 2022 15:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 16 Jun 2022 15:56:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "MadalinIonel.Patrascu <at> mdc-berlin.de"
 <MadalinIonel.Patrascu <at> mdc-berlin.de>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: gnu: Add r-nada, r-zcompositions, r-aldex2.
Date: Thu, 16 Jun 2022 15:55:01 +0000
[Message part 1 (text/plain, inline)]

[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#56021; Package guix-patches. (Thu, 16 Jun 2022 15:58:02 GMT) Full text and rfc822 format available.

Message #8 received at 56021 <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <56021 <at> debbugs.gnu.org>
Subject: [PATCH 2/3] gnu: Add r-zcompositions.
Date: Thu, 16 Jun 2022 17:57:20 +0200
* gnu/packages/cran.scm (r-zcompositions): New variable.
---
 gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 28cd2e7fad..945cb5bdce 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -836,6 +836,37 @@ (define-public r-dlm
 known as Dynamic Linear Models.")
     (license license:gpl2+)))
 
+(define-public r-zcompositions
+  (package
+    (name "r-zcompositions")
+    (version "1.4.0-1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "zCompositions" version))
+              (sha256
+               (base32
+                "1rrhja9iaq123r2gqw1bzrn1ri0s3z4wzq8p0sfcr1yb6pv13vik"))))
+    (properties `((upstream-name . "zCompositions")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-mass
+           r-nada
+           r-truncnorm))
+    (home-page "https://github.com/Japal/zCompositions")
+    (synopsis
+     "Treatment of zeros, left-censored and missing values in compositional data")
+    (description
+     "This package @code{zCompositions} is an @code{R} package for the imputation
+of left-censored data under a compositional approach.  The implemented methods
+consider aspects of relevance for a compositional approach such as scale
+invariance, subcompositional coherence or preserving the multivariate relative
+structure of the data.  Based on solid statistical frameworks, it comprises the
+ability to deal with single and varying censoring thresholds, consistent treatment
+of closed and non-closed data, exploratory tools, multiple imputation, @dfn{MCMC}
+(Markov Chain Monte Carlo), robust and non-parametric alternatives, and recent
+proposals for count data.")
+    (license license:gpl2+)))
+
 (define-public r-zoo
   (package
     (name "r-zoo")
-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#56021; Package guix-patches. (Thu, 16 Jun 2022 15:58:02 GMT) Full text and rfc822 format available.

Message #11 received at 56021 <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <56021 <at> debbugs.gnu.org>
Subject: [PATCH 3/3] gnu: Add r-aldex2.
Date: Thu, 16 Jun 2022 17:57:21 +0200
* gnu/packages/bioconductor.scm (r-aldex2): New variable.
---
 gnu/packages/bioconductor.scm | 42 +++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1e87b190c2..3abd57359d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1987,6 +1987,48 @@ (define-public r-agimicrorna
 objects are used so that other packages could be used as well.")
     (license license:gpl3)))
 
+(define-public r-aldex2
+  (package
+    (name "r-aldex2")
+    (version "1.28.1")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "ALDEx2" version))
+              (sha256
+               (base32
+                "0xppx52sllbz4pli174422i4kkf37v0yl844088nbj3j9r6pfbj9"))))
+    (properties `((upstream-name . "ALDEx2")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-biocparallel
+           r-genomicranges
+           r-iranges
+           r-multtest
+           r-rfast
+           r-s4vectors
+           r-summarizedexperiment
+           r-zcompositions))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/ggloor/ALDEx_bioc")
+    (synopsis
+     "Analysis Of differential abundance taking sample variation into account")
+    (description
+     "This package provides a differential abundance analysis for the comparison
+of two or more conditions.  Useful for analyzing data from standard RNA-seq or
+meta-RNA-seq assays as well as selected and unselected values from in-vitro
+sequence selections.  Uses a Dirichlet-multinomial model to infer abundance from
+counts, optimized for three or more experimental replicates.  The method infers
+biological and sampling variation to calculate the expected false discovery
+rate, given the variation, based on a Wilcoxon Rank Sum test and Welch's t-test
+(via aldex.ttest), a Kruskal-Wallis test (via aldex.kw), a generalized linear
+model (via aldex.glm), or a correlation test (via aldex.corr).  All tests report
+p-values and Benjamini-Hochberg corrected p-values.  ALDEx2 also calculates
+expected standardized effect sizes for paired or unpaired study designs.")
+    ;; The code for the function "rdirichlet" which is from the "R" package
+    ;; "mc2d_0.1-14.tar.gz", which is denoted as GPL>=2, and where the tar-ball
+    ;; LICENSE specifies GPL-3.
+    (license (list license:agpl3+ license:gpl2+ license:gpl3))))
+
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")
-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#56021; Package guix-patches. (Thu, 16 Jun 2022 15:58:03 GMT) Full text and rfc822 format available.

Message #14 received at 56021 <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <56021 <at> debbugs.gnu.org>
Subject: [PATCH 1/3] gnu: Add r-nada.
Date: Thu, 16 Jun 2022 17:57:19 +0200
* gnu/packages/cran.scm (r-nada): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b326332bf6..28cd2e7fad 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27881,6 +27881,26 @@ (define-public r-nabor
 to speed up repeated queries of the same set of target points.")
     (license license:bsd-3)))
 
+(define-public r-nada
+  (package
+    (name "r-nada")
+    (version "1.6-1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "NADA" version))
+              (sha256
+               (base32
+                "0jp4mqr77cx7q5lff84s6wb0dwjy9mi0jyhbjc5fsx50bdczc3v7"))))
+    (properties `((upstream-name . "NADA")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-survival))
+    (home-page "https://cran.r-project.org/package=NADA")
+    (synopsis "Nondetects and data analysis for environmental data")
+    (description
+     "This package contains methods described by Dennis Helsel in his book
+@emph{Nondetects and Data Analysis: Statistics for Censored Environmental Data}.")
+    (license license:gpl2+)))
+
 (define-public r-naturalsort
   (package
    (name "r-naturalsort")

base-commit: ef2d908e22f9d4f4a89782766b67d425935ae4eb
-- 
2.36.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Fri, 04 Nov 2022 11:57:02 GMT) Full text and rfc822 format available.

Notification sent to "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>:
bug acknowledged by developer. (Fri, 04 Nov 2022 11:57:02 GMT) Full text and rfc822 format available.

Message #19 received at 56021-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 56021-done <at> debbugs.gnu.org
Subject: gnu: Add r-nada, r-zcompositions, r-aldex2.
Date: Fri, 04 Nov 2022 12:56:09 +0100
Applied, thank you!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Dec 2022 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.