[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
292/323: gnu: Add r-bluster.
From: |
guix-commits |
Subject: |
292/323: gnu: Add r-bluster. |
Date: |
Wed, 9 Dec 2020 06:47:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit a23310ffc24f077dac9c1bd6c93d57791f583b55
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 17:24:59 2020 +0100
gnu: Add r-bluster.
* gnu/packages/bioconductor.scm (r-bluster): New variable.
---
gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ce64a30..78ad278 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -72,6 +72,35 @@
database, assembled using data from REACTOME.")
(license license:cc-by4.0)))
+(define-public r-bluster
+ (package
+ (name "r-bluster")
+ (version "1.0.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "bluster" version))
+ (sha256
+ (base32
+ "0izrf82m5znyrgai5y5jss4k2brabh4ajxdvnlwwc92l5bw7jp61"))))
+ (properties `((upstream-name . "bluster")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocneighbors" ,r-biocneighbors)
+ ("r-biocparallel" ,r-biocparallel)
+ ("r-igraph" ,r-igraph)
+ ("r-matrix" ,r-matrix)
+ ("r-rcpp" ,r-rcpp)
+ ("r-s4vectors" ,r-s4vectors)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/bluster")
+ (synopsis "Clustering algorithms for Bioconductor")
+ (description"This package wraps common clustering algorithms in an easily
+extended S4 framework. Backends are implemented for hierarchical, k-means
+and graph-based clustering. Several utilities are also provided to compare
+and evaluate clustering results.")
+ (license license:gpl3)))
+
(define-public r-bsgenome-celegans-ucsc-ce6
(package
(name "r-bsgenome-celegans-ucsc-ce6")
- 268/323: gnu: Add r-msmseda., (continued)
- 268/323: gnu: Add r-msmseda., guix-commits, 2020/12/09
- 298/323: gnu: r-yapsa: Update to 1.16.0., guix-commits, 2020/12/09
- 266/323: gnu: r-mzid: Update to 1.28.0., guix-commits, 2020/12/09
- 270/323: gnu: r-msnid: Update to 1.24.0., guix-commits, 2020/12/09
- 258/323: gnu: r-methylkit: Update to 1.16.0., guix-commits, 2020/12/09
- 259/323: gnu: r-sva: Update to 3.38.0., guix-commits, 2020/12/09
- 288/323: gnu: r-gviz: Update to 1.34.0., guix-commits, 2020/12/09
- 284/323: gnu: r-ggbio: Update to 1.38.0., guix-commits, 2020/12/09
- 272/323: gnu: r-edaseq: Update to 2.24.0., guix-commits, 2020/12/09
- 296/323: gnu: r-genomicinteractions: Update to 1.24.0., guix-commits, 2020/12/09
- 292/323: gnu: Add r-bluster.,
guix-commits <=
- 297/323: gnu: r-biocsingular: Update to 1.6.0., guix-commits, 2020/12/09
- 307/323: gnu: r-pcatools: Update to 2.2.0., guix-commits, 2020/12/09
- 309/323: gnu: r-scdd: Update to 1.14.0., guix-commits, 2020/12/09
- 314/323: gnu: r-lumi: Update to 2.42.0., guix-commits, 2020/12/09
- 318/323: gnu: r-bigmelon: Update to 1.16.0., guix-commits, 2020/12/09
- 319/323: gnu: r-gqtlbase: Update to 1.21.1., guix-commits, 2020/12/09
- 322/323: gnu: r-rhtslib: Propagate zlib., guix-commits, 2020/12/09
- 182/323: gnu: r-experimenthub: Update to 1.16.0., guix-commits, 2020/12/09
- 186/323: gnu: r-biocpkgtools: Update to 1.8.0., guix-commits, 2020/12/09
- 220/323: gnu: r-category: Update to 2.56.0., guix-commits, 2020/12/09