guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add r-rcy3.


From: guix-commits
Subject: 01/03: gnu: Add r-rcy3.
Date: Sun, 21 Jan 2024 02:38:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6648e34342025f573753de6ffd4201032d23551a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 21 08:29:25 2024 +0100

    gnu: Add r-rcy3.
    
    * gnu/packages/bioconductor.scm (r-rcy3): New variable.
    
    Change-Id: Ia295e8a174f65c8378ae83bdc1dde2877a48ff45
---
 gnu/packages/bioconductor.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c0f6b72cf8..4b2fe75994 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10027,6 +10027,43 @@ library implementing most of the pipeline's features.")
     (home-page "https://github.com/BIMSBbioinfo/RCAS";)
     (license license:artistic2.0)))
 
+(define-public r-rcy3
+  (package
+    (name "r-rcy3")
+    (version "2.22.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "RCy3" version))
+       (sha256
+        (base32 "0qkjprf2p641j3a60av1l87pd6p17za5w6bp9qyah97jmm19za7m"))))
+    (properties `((upstream-name . "RCy3")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-base64enc
+                             r-base64url
+                             r-biocgenerics
+                             r-fs
+                             r-glue
+                             r-gplots
+                             r-graph
+                             r-httr
+                             r-irdisplay
+                             r-irkernel
+                             r-rcolorbrewer
+                             r-rcurl
+                             r-rjsonio
+                             r-stringi
+                             r-uuid
+                             r-xml))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/cytoscape/RCy3";)
+    (synopsis "Functions to access and control Cytoscape")
+    (description
+     "Vizualize, analyze and explore networks using Cytoscape via R.  Anything
+you can do using the graphical user interface of Cytoscape, you can now do
+with a single RCy3 function.")
+    (license license:expat)))
+
 (define-public r-regioner
   (package
     (name "r-regioner")



reply via email to

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