guix-commits
[Top][All Lists]
Advanced

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

04/25: gnu: Add r-annotate.


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

rekado pushed a commit to branch master
in repository guix.

commit 8c6de58849f8199f660e89887f0c418c4248762a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 21 22:45:20 2016 +0200

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1bf91a9..f9f2703 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5048,6 +5048,32 @@ dissimilarity analysis.  Most of its multivariate tools 
can be used for other
 data types as well.")
     (license license:gpl2+)))
 
+(define-public r-annotate
+  (package
+    (name "r-annotate")
+    (version "1.50.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "annotate" version))
+       (sha256
+        (base32
+         "00wnhbjp5i6a5vyvlq4f5hs8qngjxz7fm869kla1spmd0dp2ynsy"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)
+       ("r-biobase" ,r-biobase)
+       ("r-biocgenerics" ,r-biocgenerics)
+       ("r-dbi" ,r-dbi)
+       ("r-xml" ,r-xml)
+       ("r-xtable" ,r-xtable)))
+    (home-page
+     "http://bioconductor.org/packages/annotate";)
+    (synopsis "Annotation for microarrays")
+    (description "This package provides R enviroments for the annotation of
+microarrays.")
+    (license license:artistic2.0)))
+
 (define-public vsearch
   (package
     (name "vsearch")



reply via email to

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