guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-geneoverlap.


From: guix-commits
Subject: branch master updated: gnu: Add r-geneoverlap.
Date: Wed, 26 May 2021 07:09:55 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 834f649  gnu: Add r-geneoverlap.
834f649 is described below

commit 834f649590db5939e3cd5a18097c7803bd625f82
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 13:09:34 2021 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3359ce1..2256835 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1127,6 +1127,26 @@ annotation, distance to TSS, and overlap of peaks or 
genes.")
 genomes and gene ID formats, largely based on the UCSC table browser.")
     (license license:lgpl2.0+)))
 
+(define-public r-geneoverlap
+  (package
+    (name "r-geneoverlap")
+    (version "1.26.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "GeneOverlap" version))
+              (sha256
+               (base32
+                "0bvh00n4fx0h1m83bypib3jvln1ihcv77ywrrn9xm20y73gymhkh"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-rcolorbrewer" ,r-rcolorbrewer)
+       ("r-gplots" ,r-gplots)))
+    (home-page "https://www.bioconductor.org/packages/GeneOverlap/";)
+    (synopsis "Test and visualize gene overlaps")
+    (description "This package can be used to test two sets of gene lists
+and visualize the results.")
+    (license license:gpl3)))
+
 (define-public r-pasilla
   (package
     (name "r-pasilla")



reply via email to

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