[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: Add r-reactomepa.
From: |
guix-commits |
Subject: |
05/16: gnu: Add r-reactomepa. |
Date: |
Wed, 18 Dec 2019 09:33:42 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f388834e1152e18463d64d9b3d2499c4f939bdda
Author: Ricardo Wurmus <address@hidden>
Date: Wed Dec 18 15:24:21 2019 +0100
gnu: Add r-reactomepa.
* gnu/packages/bioconductor.scm (r-reactomepa): New variable.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 89cdda2..25481d5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7038,3 +7038,33 @@ visualize bioinformatics analyses.")
and automates the conversion of node identifiers (e.g. from Entrez IDs to gene
symbols).")
(license license:agpl3+)))
+
+(define-public r-reactomepa
+ (package
+ (name "r-reactomepa")
+ (version "1.30.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "ReactomePA" version))
+ (sha256
+ (base32
+ "1vwc9kj1l4yi7c4f4lnq0i3wl2nrmmhcxyakz8qak122fi92z3j1"))))
+ (properties `((upstream-name . "ReactomePA")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-dose" ,r-dose)
+ ("r-enrichplot" ,r-enrichplot)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggraph" ,r-ggraph)
+ ("r-graphite" ,r-graphite)
+ ("r-igraph" ,r-igraph)
+ ("r-reactome-db" ,r-reactome-db)))
+ (home-page "https://guangchuangyu.github.io/software/ReactomePA")
+ (synopsis "Reactome pathway analysis")
+ (description
+ "This package provides functions for pathway analysis based on the
+REACTOME pathway database. It implements enrichment analysis, gene set
+enrichment analysis and several functions for visualization.")
+ (license license:gpl2)))
- branch master updated (7e9d6f0 -> 77e2de3), guix-commits, 2019/12/18
- 01/16: gnu: Add r-reactome-db., guix-commits, 2019/12/18
- 02/16: gnu: Add r-curatedtcgadata., guix-commits, 2019/12/18
- 04/16: gnu: Add r-graphite., guix-commits, 2019/12/18
- 05/16: gnu: Add r-reactomepa.,
guix-commits <=
- 03/16: gnu: Add r-influencer., guix-commits, 2019/12/18
- 06/16: gnu: Add r-ebarrays., guix-commits, 2019/12/18
- 07/16: gnu: Add r-bioccasestudies., guix-commits, 2019/12/18
- 09/16: gnu: Add r-experimenthub., guix-commits, 2019/12/18
- 12/16: gnu: Add r-biocor., guix-commits, 2019/12/18
- 08/16: gnu: Add r-biocgraph., guix-commits, 2019/12/18
- 11/16: gnu: Add r-bioconcotk., guix-commits, 2019/12/18
- 13/16: gnu: Add r-biocpkgtools., guix-commits, 2019/12/18
- 14/16: gnu: Add r-biocset., guix-commits, 2019/12/18
- 10/16: gnu: Add r-multiassayexperiment., guix-commits, 2019/12/18