[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
317/318: gnu: Add r-bluster.
From: |
guix-commits |
Subject: |
317/318: gnu: Add r-bluster. |
Date: |
Fri, 20 Nov 2020 08:41:22 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit d579f80985d4a8e94871016b2aa3f5643a299b14
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 a1cf53e..fbb01b9 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")
- 217/318: gnu: r-grohmm: Update to 1.24.0., (continued)
- 217/318: gnu: r-grohmm: Update to 1.24.0., guix-commits, 2020/11/20
- 218/318: gnu: r-biocviews: Update to 1.58.0., guix-commits, 2020/11/20
- 221/318: gnu: r-s4vectors: Update to 0.28.0., guix-commits, 2020/11/20
- 224/318: gnu: r-edger: Update to 3.32.0., guix-commits, 2020/11/20
- 225/318: gnu: r-variantannotation: Update to 1.36.0., guix-commits, 2020/11/20
- 227/318: gnu: r-xvector: Update to 0.30.0., guix-commits, 2020/11/20
- 228/318: gnu: r-genomicranges: Update to 1.42.0., guix-commits, 2020/11/20
- 230/318: gnu: r-annotationdbi: Update to 1.52.0., guix-commits, 2020/11/20
- 233/318: gnu: r-biostrings: Update to 2.58.0., guix-commits, 2020/11/20
- 234/318: gnu: r-rsamtools: Update to 2.6.0., guix-commits, 2020/11/20
- 317/318: gnu: Add r-bluster.,
guix-commits <=
- 248/318: gnu: r-bamsignals: Update to 1.22.0., guix-commits, 2020/11/20
- 250/318: gnu: r-mutationalpatterns: Update to 3.0.0., guix-commits, 2020/11/20
- 253/318: gnu: r-annotationfilter: Update to 1.14.0., guix-commits, 2020/11/20
- 254/318: gnu: r-chipseq: Update to 1.40.0., guix-commits, 2020/11/20
- 256/318: gnu: r-methylkit: Update to 1.16.0., guix-commits, 2020/11/20
- 259/318: gnu: r-mzr: Update to 2.24.0., guix-commits, 2020/11/20
- 261/318: gnu: r-affy: Update to 1.68.0., guix-commits, 2020/11/20
- 269/318: gnu: r-interactivedisplaybase: Update to 1.28.0., guix-commits, 2020/11/20
- 270/318: gnu: r-annotationhub: Update to 2.22.0., guix-commits, 2020/11/20
- 265/318: gnu: r-msnbase: Update to 2.16.0., guix-commits, 2020/11/20