guix-commits
[Top][All Lists]
Advanced

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

09/30: gnu: Add r-gprofiler.


From: Ricardo Wurmus
Subject: 09/30: gnu: Add r-gprofiler.
Date: Tue, 7 Nov 2017 17:32:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 96a392a0b2511bcea94f382b1dd36a189b3f856e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 7 15:35:22 2017 +0100

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ba24857..f130d71 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9768,6 +9768,30 @@ views.  High-level plots include sequence fragment 
length, edge-linked
 interval to data view, mismatch pileup, and several splicing summaries.")
     (license license:artistic2.0)))
 
+(define-public r-gprofiler
+  (package
+    (name "r-gprofiler")
+    (version "0.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gProfileR" version))
+       (sha256
+        (base32
+         "1qix15d0wa9nspdclcawml94mng4qmr2jciv7d24py315wfsvv8p"))))
+    (properties `((upstream-name . "gProfileR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-plyr" ,r-plyr)
+       ("r-rcurl" ,r-rcurl)))
+    (home-page "http://cran.r-project.org/web/packages/gProfileR/";)
+    (synopsis "Interface to the g:Profiler toolkit")
+    (description
+     "This package provides tools for functional enrichment analysis,
+gene identifier conversion and mapping homologous genes across related
+organisms via the @code{g:Profiler} toolkit.")
+    (license license:gpl2+)))
+
 (define-public r-qvalue
   (package
     (name "r-qvalue")



reply via email to

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