[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/59: gnu: Add r-babelgene.
From: |
guix-commits |
Subject: |
01/59: gnu: Add r-babelgene. |
Date: |
Thu, 20 May 2021 04:59:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c88e05b2db9caf71b99c9e5cefcec9d2127f7799
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 10:53:21 2021 +0200
gnu: Add r-babelgene.
* gnu/packages/cran.scm (r-babelgene): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 023d726..d71b7f6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16309,6 +16309,37 @@ The extrafont package makes both of these things
easier.")
the XKCD web comic.")
(license license:gpl3)))
+(define-public r-babelgene
+ (package
+ (name "r-babelgene")
+ (version "21.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "babelgene" version))
+ (sha256
+ (base32
+ "1gk5pm3b3shr1id66a11ywc1b823gbj8yckg24szzfhj8g4ixyf0"))))
+ (properties `((upstream-name . "babelgene")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-dplyr" ,r-dplyr)
+ ("r-rlang" ,r-rlang)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page
+ "https://igordot.github.io/babelgene/")
+ (synopsis "Gene orthologs for model organisms in a Tidy data format")
+ (description
+ "Genomic analysis of model organisms often requires the use of databases
+based on human data or making comparisons to patient-derived resources. This
+requires converting genes between human and non-human analogues. The
+babelgene R package provides predicted gene orthologs/homologs for frequently
+studied model organisms in an R-friendly tidy/long format. The package
+integrates orthology assertion predictions sourced from multiple databases as
+compiled by the HGNC Comparison of Orthology Predictions (HCOP).")
+ (license license:expat)))
+
(define-public r-msigdbr
(package
(name "r-msigdbr")
- branch master updated (191e234 -> 7d3ad4c), guix-commits, 2021/05/20
- 02/59: gnu: r-cachem: Update to 1.0.5., guix-commits, 2021/05/20
- 04/59: gnu: r-htmltable: Update to 2.2.1., guix-commits, 2021/05/20
- 08/59: gnu: r-shape: Update to 1.4.6., guix-commits, 2021/05/20
- 01/59: gnu: Add r-babelgene.,
guix-commits <=
- 03/59: gnu: r-httpuv: Update to 1.6.1., guix-commits, 2021/05/20
- 07/59: gnu: r-colorspace: Update to 2.0-1., guix-commits, 2021/05/20
- 23/59: gnu: r-performance: Update to 0.7.2., guix-commits, 2021/05/20
- 25/59: gnu: r-biocmanager: Update to 1.30.15., guix-commits, 2021/05/20
- 21/59: gnu: r-flextable: Update to 0.6.6., guix-commits, 2021/05/20
- 24/59: gnu: r-rcppparallel: Update to 5.1.4., guix-commits, 2021/05/20
- 26/59: gnu: r-ouch: Update to 2.17., guix-commits, 2021/05/20
- 16/59: gnu: r-arules: Update to 1.6-8., guix-commits, 2021/05/20
- 34/59: gnu: r-msigdbr: Update to 7.4.1., guix-commits, 2021/05/20
- 33/59: gnu: r-pegas: Update to 1.0-1., guix-commits, 2021/05/20