[PATCH] gnu: Add r-acde.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mădălin Ionel Patrașcu
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Mădălin Ionel Patrașcu
Severity
normal

Debbugs page

Mădălin Ionel Patrașcu wrote 3 years ago
(address . guix-patches@gnu.org)
20220412223047.9620-1-madalinionel.patrascu@mdc-berlin.de
* gnu/packages/bioconductor.scm (r-acde): New variable.
---
gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

Toggle diff (38 lines)
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
Ricardo Wurmus wrote 3 years ago
(address . 54897-done@debbugs.gnu.org)
87a6cnx69c.fsf@elephly.net
Applied, thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54897@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54897
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help