guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: Add r-graphite.


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

rekado pushed a commit to branch master
in repository guix.

commit c373223e635cd8f5f2770dd0b05f3a310fc7f7dd
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 18 15:24:13 2019 +0100

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2ca1679..89cdda2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7011,3 +7011,30 @@ tidying methods.  Tidying data makes it easy to 
recombine, reshape and
 visualize bioinformatics analyses.")
     ;; Any version of the LGPL.
     (license license:lgpl3+)))
+
+(define-public r-graphite
+  (package
+    (name "r-graphite")
+    (version "1.32.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "graphite" version))
+       (sha256
+        (base32
+         "1r9fk0cpdwm7012pa85dkjcpkml2j89zcznpf4hfdz66anfyyycd"))))
+    (properties `((upstream-name . "graphite")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)
+       ("r-checkmate" ,r-checkmate)
+       ("r-graph" ,r-graph)
+       ("r-httr" ,r-httr)
+       ("r-rappdirs" ,r-rappdirs)))
+    (home-page "https://bioconductor.org/packages/graphite/";)
+    (synopsis "Networks from pathway databases")
+    (description
+     "Graphite provides networks derived from eight public pathway databases,
+and automates the conversion of node identifiers (e.g. from Entrez IDs to gene
+symbols).")
+    (license license:agpl3+)))



reply via email to

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