[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")
- branch master updated (4867738 -> 7ca0a0f), guix-commits, 2021/09/07
- 01/13: gnu: Add r-beclear., guix-commits, 2021/09/07
- 02/13: gnu: Add r-rslurm., guix-commits, 2021/09/07
- 03/13: gnu: Add r-bgeecall., guix-commits, 2021/09/07
- 04/13: gnu: Add r-chk., guix-commits, 2021/09/07
- 05/13: gnu: Add r-org-bt-eg-db., guix-commits, 2021/09/07
- 06/13: gnu: Add r-bgeedb.,
guix-commits <=
- 07/13: gnu: Add r-biobtreer., guix-commits, 2021/09/07
- 09/13: gnu: Add r-genetclassifier., guix-commits, 2021/09/07
- 10/13: gnu: Add r-dir-expiry., guix-commits, 2021/09/07
- 08/13: gnu: Add r-minet., guix-commits, 2021/09/07
- 11/13: gnu: Add r-basilisk-utils., guix-commits, 2021/09/07
- 12/13: gnu: Add r-basilisk., guix-commits, 2021/09/07
- 13/13: gnu: Add r-biocthis., guix-commits, 2021/09/07