guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: Add r-consensusclusterplus.


From: guix-commits
Subject: 06/10: gnu: Add r-consensusclusterplus.
Date: Wed, 24 Jul 2019 17:06:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ed6f49fc415a3af5b69a4054100e709354b031d0
Author: zimoun <address@hidden>
Date:   Wed Jul 24 20:21:59 2019 +0200

    gnu: Add r-consensusclusterplus.
    
    * gnu/packages/bioconductor.scm (r-consensusclusterplus): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f7ae4bd..0b968bb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]