guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add r-rcircos.


From: guix-commits
Subject: 01/02: gnu: Add r-rcircos.
Date: Thu, 4 May 2023 13:22:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 040cf2df74530496fe0e7526aadfb402d9b67f43
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Thu May 4 13:47:50 2023 +0000

    gnu: Add r-rcircos.
    
    * gnu/packages/cran.scm (r-rcircos): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5d6acda230..1ac18caeb7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5676,6 +5676,28 @@ freedom to design figures for better understanding 
complex patterns behind
 multi-dimensional data.")
     (license license:gpl2+)))
 
+(define-public r-rcircos
+  (package
+    (name "r-rcircos")
+    (version "1.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "RCircos" version))
+              (sha256
+               (base32
+                "1z0aam60p1b6q7csn50rrwdilm07myr05bw54s9ah8idzyxc7gav"))))
+    (properties `((upstream-name . "RCircos")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/RCircos/";)
+    (synopsis "Circos 2D track plot")
+    (description
+     "This package provides a simple and flexible way to generate Circos 2D
+track plot images.  The types of plots include: heatmap, histogram, lines,
+scatterplot, tiles and plot items for further decorations include connector,
+link (lines and ribbons), and text (gene) label.  All functions require only R
+graphics packages that comes with the base installation.")
+    (license license:gpl2+)))
+
 (define-public r-ctrdata
   (package
     (name "r-ctrdata")



reply via email to

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