[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/20: gnu: Add r-msigdbr.
From: |
guix-commits |
Subject: |
05/20: gnu: Add r-msigdbr. |
Date: |
Wed, 27 Mar 2019 11:17:30 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0d50d0df0866430814d3b55cb305c352e796cd55
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 27 15:20:48 2019 +0100
gnu: Add r-msigdbr.
* gnu/packages/cran.scm (r-msigdbr): 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 29af7ff..4e6604a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13066,3 +13066,34 @@ The extrafont package makes both of these things
easier.")
"This package provides the means to plot ggplot2 graphs in the style of
the XKCD web comic.")
(license license:gpl3)))
+
+(define-public r-msigdbr
+ (package
+ (name "r-msigdbr")
+ (version "6.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "msigdbr" version))
+ (sha256
+ (base32
+ "1264j1hs74kq7hyh68vfynadfi6mdpq46qm1hnwzkzzhmbzpb9cg"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-dplyr" ,r-dplyr)
+ ("r-magrittr" ,r-magrittr)
+ ("r-rlang" ,r-rlang)
+ ("r-tibble" ,r-tibble)))
+ (home-page "https://github.com/igordot/msigdbr")
+ (synopsis "MSigDB gene sets for multiple organisms")
+ (description
+ "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
+gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
+software in a standard R data frame with key-value pairs. Included are the
+original human gene symbols and Entrez IDs as well as the equivalents for
+various frequently studied model organisms such as mouse, rat, pig, fly, and
+yeast.")
+ ;; The package is covered under the Expat license, but the upstream MSigDB
+ ;; files are made available under the Creative Commons Attribution 4.0
+ ;; International license.
+ (license (list license:expat license:cc-by4.0))))
- branch master updated (06013a4 -> f8295ee), guix-commits, 2019/03/27
- 01/20: gnu: Add r-rttf2pt1., guix-commits, 2019/03/27
- 03/20: gnu: Add r-extrafont., guix-commits, 2019/03/27
- 06/20: gnu: Add r-fgsea., guix-commits, 2019/03/27
- 02/20: gnu: Add r-extrafontdb., guix-commits, 2019/03/27
- 05/20: gnu: Add r-msigdbr.,
guix-commits <=
- 08/20: gnu: Add r-gridgraphics., guix-commits, 2019/03/27
- 04/20: gnu: Add r-xkcd., guix-commits, 2019/03/27
- 11/20: gnu: Add r-triebeard., guix-commits, 2019/03/27
- 10/20: gnu: Add r-ggplotify., guix-commits, 2019/03/27
- 07/20: gnu: Add r-do-db., guix-commits, 2019/03/27
- 09/20: gnu: Add r-farver., guix-commits, 2019/03/27
- 12/20: gnu: Add r-tweenr., guix-commits, 2019/03/27
- 19/20: gnu: Add r-enrichplot., guix-commits, 2019/03/27
- 18/20: gnu: Add r-dose., guix-commits, 2019/03/27
- 17/20: gnu: Add r-ggraph., guix-commits, 2019/03/27