[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: Add r-heatplus.
From: |
guix-commits |
Subject: |
03/06: gnu: Add r-heatplus. |
Date: |
Mon, 25 Mar 2019 11:20:17 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3e41919d5123ec7a5772ec2828a157ec64cfb947
Author: Ricardo Wurmus <address@hidden>
Date: Mon Mar 25 16:19:40 2019 +0100
gnu: Add r-heatplus.
* gnu/packages/bioconductor.scm (r-heatplus): New variable.
---
gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 744fc87..a17372d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2619,3 +2619,28 @@ alignments (BAM files) or datasets of called variants.
The user is expected
to have already aligned the reads with a separate tool, e.g., GSNAP via
gmapR.")
(license license:artistic2.0)))
+
+(define-public r-heatplus
+ (package
+ (name "r-heatplus")
+ (version "2.28.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "Heatplus" version))
+ (sha256
+ (base32
+ "0drspjzgb23ra2kdvpxhsd8mdifsf97fcf668llyz2hr0r39fc48"))))
+ (properties `((upstream-name . "Heatplus")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rcolorbrewer" ,r-rcolorbrewer)))
+ (home-page "https://github.com/alexploner/Heatplus")
+ (synopsis "Heatmaps with row and/or column covariates and colored
clusters")
+ (description
+ "This package provides tools to display a rectangular heatmap (intensity
+plot) of a data matrix. By default, both samples (columns) and features (row)
+of the matrix are sorted according to a hierarchical clustering, and the
+corresponding dendrogram is plotted. Optionally, panels with additional
+information about samples and features can be added to the plot.")
+ (license license:gpl2+)))
- branch master updated (3080b81 -> a6d867f), guix-commits, 2019/03/25
- 03/06: gnu: Add r-heatplus.,
guix-commits <=
- 04/06: gnu: Add r-gosemsim., guix-commits, 2019/03/25
- 06/06: gnu: Add r-sigpathway., guix-commits, 2019/03/25
- 01/06: gnu: Add r-triform., guix-commits, 2019/03/25
- 02/06: gnu: Add r-varianttools., guix-commits, 2019/03/25
- 05/06: gnu: Add r-anota., guix-commits, 2019/03/25