GNU bug report logs -
#54897
[PATCH] gnu: Add r-acde.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Apr 2022 13:18:27 +0200
with message-id <87a6cnx69c.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-acde.
has caused the debbugs.gnu.org bug report #54897,
regarding [PATCH] gnu: Add r-acde.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54897: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54897
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/bioconductor.scm (r-acde): New variable.
---
gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 803437a033..87cbbb24fc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11642,6 +11642,31 @@ (define-public r-universalmotif
motifs, and others.")
(license license:gpl3)))
+(define-public r-acde
+ (package
+ (name "r-acde")
+ (version "1.24.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "acde" version))
+ (sha256
+ (base32
+ "13ks87am73m3bjn9ljapxml2a9cxdpgv9flwvly8aqmi3ndxyqi6"))))
+ (properties `((upstream-name . "acde")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-boot))
+ (home-page "https://bioconductor.org/packages/acde")
+ (synopsis
+ "Identification of differentially expressed genes with artificial components")
+ (description
+ "This package provides a multivariate inferential analysis method for
+detecting differentially expressed genes in gene expression data. It uses
+artificial components, close to the data's principal components but with an
+exact interpretation in terms of differential genetic expression, to identify
+differentially expressed genes while controlling the @dfn{false discovery rate}
+(FDR).")
+ (license license:gpl3)))
+
;; This is a CRAN package, but it depends on Bioconductor packages, so we put
;; it here.
(define-public r-activedriverwgs
--
2.34.0
[Message part 3 (message/rfc822, inline)]
Applied, thanks!
--
Ricardo
This bug report was last modified 3 years and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.