guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add r-ggseqlogo.


From: Ricardo Wurmus
Subject: 01/02: gnu: Add r-ggseqlogo.
Date: Thu, 7 Jun 2018 16:51:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e67acae7060063fa6251a72f04e476d9dbcc633d
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 7 20:32:45 2018 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 10cdd1b..5d4af23 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4166,3 +4166,27 @@ Python to R they are converted back to R types.")
     (description "This package provides a utility for R to parse a bibtex
 file.")
     (license license:gpl2+)))
+
+(define-public r-ggseqlogo
+  (package
+    (name "r-ggseqlogo")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggseqlogo" version))
+       (sha256
+        (base32
+         "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
+    (home-page "https://github.com/omarwagih/ggseqlogo";)
+    (synopsis "ggplot2 extension for drawing genetic sequence logos")
+    (description
+     "The range of functions provided by this package makes it possible to
+draw highly versatile genomic sequence logos.  Features include, but are not
+limited to, modifying colour schemes and fonts used to draw the logo,
+generating multiple logo plots, and aiding the visualisation with annotations.
+Sequence logos can easily be combined with other ggplot2 plots.")
+    ;; Unspecified version of the LGPL.
+    (license license:lgpl3+)))



reply via email to

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