[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: Add r-progeny.
From: |
guix-commits |
Subject: |
08/10: gnu: Add r-progeny. |
Date: |
Wed, 3 Apr 2019 11:42:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5622628fd1a6e849b9ccebc37a944d892acb4c51
Author: Ricardo Wurmus <address@hidden>
Date: Wed Apr 3 17:07:08 2019 +0200
gnu: Add r-progeny.
* gnu/packages/bioconductor.scm (r-progeny): New variable.
---
gnu/packages/bioconductor.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8232823..d033258 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4202,3 +4202,25 @@ This algorithm is based on the publication by Hart et
al., 2013 (Pubmed ID
sequencing reads aligner and @code{AdapterRemoval}, a convenient tool for
rapid adapter trimming, identification, and read merging.")
(license license:gpl3+)))
+
+(define-public r-progeny
+ (package
+ (name "r-progeny")
+ (version "1.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "progeny" version))
+ (sha256
+ (base32
+ "02z09rbzi305jrwzai8zayxi82563lxcaldp4r9pw564qkbl7pk7"))))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-biobase" ,r-biobase)))
+ (home-page "https://github.com/saezlab/progeny")
+ (synopsis "Pathway responsive gene activity inference")
+ (description
+ "This package provides a function to infer pathway activity from gene
+expression. It contains the linear model inferred in the publication
+\"Perturbation-response genes reveal signaling footprints in cancer gene
+expression\".")
+ (license license:asl2.0)))
- branch master updated (8079008 -> 307586c), guix-commits, 2019/04/03
- 01/10: gnu: Add r-wrench., guix-commits, 2019/04/03
- 04/10: gnu: Add r-webbioc., guix-commits, 2019/04/03
- 02/10: gnu: Add r-wiggleplotr., guix-commits, 2019/04/03
- 08/10: gnu: Add r-progeny.,
guix-commits <=
- 07/10: gnu: Add r-rbowtie2., guix-commits, 2019/04/03
- 09/10: gnu: Add r-arrmdata., guix-commits, 2019/04/03
- 05/10: gnu: Add r-zfpkm., guix-commits, 2019/04/03
- 06/10: gnu: r-rcas: Add upstream name., guix-commits, 2019/04/03
- 10/10: gnu: Add r-arrmnormalization., guix-commits, 2019/04/03
- 03/10: gnu: Add r-widgettools., guix-commits, 2019/04/03