gnu: Add r-consensusclusterplus.

* gnu/packages/bioconductor.scm (r-consensusclusterplus): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
zimoun 2019-07-24 20:21:59 +02:00 committed by Ricardo Wurmus
parent a0422d18f1
commit ed6f49fc41
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 25 additions and 0 deletions

View File

@ -4824,6 +4824,31 @@ and to both short and long sequence reads.")
"This package provides utilities for flow cytometry data.")
(license license:artistic2.0)))
(define-public r-consensusclusterplus
(package
(name "r-consensusclusterplus")
(version "1.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ConsensusClusterPlus" version))
(sha256
(base32
"1mlcm3wq5n8s0gxs35j0ph9576fhbrbrrsj2xy84fy20prcfs4w8"))))
(properties
`((upstream-name . "ConsensusClusterPlus")))
(build-system r-build-system)
(propagated-inputs
`(("r-all" ,r-all)
("r-biobase" ,r-biobase)
("r-cluster" ,r-cluster)))
(home-page "https://bioconductor.org/packages/ConsensusClusterPlus")
(synopsis "Clustering algorithm")
(description
"This package provides an implementation of an algorithm for determining
cluster count and membership by stability evidence in unsupervised analysis.")
(license license:gpl2)))
(define-public r-flowcore
(package
(name "r-flowcore")