guix-commits
[Top][All Lists]
Advanced

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

19/25: gnu: Add r-gseabase.


From: Ricardo Wurmus
Subject: 19/25: gnu: Add r-gseabase.
Date: Mon, 26 Sep 2016 05:48:18 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit ad740ff818b834dc58bd37584f786bac7ef52d2e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 21 22:45:35 2016 +0200

    gnu: Add r-gseabase.
    
    * gnu/packages/bioinformatics.scm (r-gseabase): New variable.
---
 gnu/packages/bioinformatics.scm |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0456cc6..2cbda0c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5220,6 +5220,33 @@ databases.  Packages produced are intended to be used 
with AnnotationDbi.")
 the graph algorithms contained in the Boost library.")
     (license license:artistic2.0)))
 
+(define-public r-gseabase
+  (package
+    (name "r-gseabase")
+    (version "1.34.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "GSEABase" version))
+       (sha256
+        (base32
+         "1mvgja8malrnbzfakzjl5mmi7g080kj8zgxwc5964hcmn33i937j"))))
+    (properties `((upstream-name . "GSEABase")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotate" ,r-annotate)
+       ("r-annotationdbi" ,r-annotationdbi)
+       ("r-biobase" ,r-biobase)
+       ("r-biocgenerics" ,r-biocgenerics)
+       ("r-graph" ,r-graph)
+       ("r-xml" ,r-xml)))
+    (home-page "http://bioconductor.org/packages/GSEABase";)
+    (synopsis "Gene set enrichment data structures and methods")
+    (description
+     "This package provides classes and methods to support @dfn{Gene Set
+Enrichment Analysis} (GSEA).")
+    (license license:artistic2.0)))
+
 (define-public vsearch
   (package
     (name "vsearch")



reply via email to

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