guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/16: gnu: Add r-ebarrays.


From: guix-commits
Subject: 06/16: gnu: Add r-ebarrays.
Date: Wed, 18 Dec 2019 09:33:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 21afe920f13d8bdebb25759be0b3decb48e4a9d2
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 18 15:24:27 2019 +0100

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 25481d5..5ae80f0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7068,3 +7068,27 @@ symbols).")
 REACTOME pathway database.  It implements enrichment analysis, gene set
 enrichment analysis and several functions for visualization.")
     (license license:gpl2)))
+
+(define-public r-ebarrays
+  (package
+    (name "r-ebarrays")
+    (version "2.50.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "EBarrays" version))
+       (sha256
+        (base32
+         "063rhsdp8x0f881kslq06zxfp6b2qabrz4vmfrn8a4v3pd3n7s13"))))
+    (properties `((upstream-name . "EBarrays")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-biobase" ,r-biobase)
+       ("r-cluster" ,r-cluster)
+       ("r-lattice" ,r-lattice)))
+    (home-page "https://bioconductor.org/packages/EBarrays/";)
+    (synopsis "Gene clustering and differential expression identification")
+    (description
+     "EBarrays provides tools for the analysis of replicated/unreplicated
+microarray data.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]