guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: Add r-bgeedb.


From: guix-commits
Subject: 06/13: gnu: Add r-bgeedb.
Date: Tue, 7 Sep 2021 06:11:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a59aee133068b96d6b65a7b7d60a8f84f0265c12
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 12:01:03 2021 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 68f6e8d..7fb0a75 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13827,6 +13827,40 @@ intergenic sequences.  These sequences are generated 
based on expression of
 all RNA-Seq libraries of each species integrated in Bgee.")
     (license license:gpl3)))
 
+(define-public r-bgeedb
+  (package
+    (name "r-bgeedb")
+    (version "2.18.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "BgeeDB" version))
+       (sha256
+        (base32
+         "1ziq180yfpdqwhjdzkwjjhwzn3kb0gkj6q0a26c7a30mcfb50w11"))))
+    (properties `((upstream-name . "BgeeDB")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-biobase" ,r-biobase)
+       ("r-curl" ,r-curl)
+       ("r-data-table" ,r-data-table)
+       ("r-digest" ,r-digest)
+       ("r-dplyr" ,r-dplyr)
+       ("r-graph" ,r-graph)
+       ("r-r-utils" ,r-r-utils)
+       ("r-rcurl" ,r-rcurl)
+       ("r-rsqlite" ,r-rsqlite)
+       ("r-tidyr" ,r-tidyr)
+       ("r-topgo" ,r-topgo)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/BgeeDB/BgeeDB_R";)
+    (synopsis "Annotation and gene expression data retrieval from Bgee 
database")
+    (description
+     "This package provides a package for the annotation and gene expression
+data download from Bgee database, and TopAnat analysis: GO-like enrichment of
+anatomical terms, mapped to genes by expression patterns.")
+    (license license:gpl3)))
+
 (define-public r-tximeta
   (package
     (name "r-tximeta")



reply via email to

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