[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add r-zfpkm.
From: |
guix-commits |
Subject: |
05/10: gnu: Add r-zfpkm. |
Date: |
Wed, 3 Apr 2019 11:42:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9800d859a74faba183f6d6e3d2957f4e0c5002e5
Author: Ricardo Wurmus <address@hidden>
Date: Wed Apr 3 16:29:49 2019 +0200
gnu: Add r-zfpkm.
* gnu/packages/bioconductor.scm (r-zfpkm): New variable.
---
gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7928a10..3800c24 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4152,3 +4152,30 @@ analysis using several of the Bioconductor packages. It
is intended to be
deployed as a centralized bioinformatics resource for use by many users.
Currently only Affymetrix oligonucleotide analysis is supported.")
(license license:gpl2+)))
+
+(define-public r-zfpkm
+ (package
+ (name "r-zfpkm")
+ (version "1.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "zFPKM" version))
+ (sha256
+ (base32
+ "0rvfrjxxvfng9fxxn316gm96v4rahx62vlk3axr2bzjbi1r4s8v5"))))
+ (properties `((upstream-name . "zFPKM")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-checkmate" ,r-checkmate)
+ ("r-dplyr" ,r-dplyr)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)
+ ("r-tidyr" ,r-tidyr)))
+ (home-page "https://github.com/ronammar/zFPKM/")
+ (synopsis "Functions to facilitate zFPKM transformations")
+ (description
+ "This is a package to perform the zFPKM transform on RNA-seq FPKM data.
+This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
+24215113).")
+ (license license:gpl3)))
- 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, 2019/04/03
- 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 <=
- 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