guix-commits
[Top][All Lists]
Advanced

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

15/32: gnu: Add r-mfuzz.


From: guix-commits
Subject: 15/32: gnu: Add r-mfuzz.
Date: Wed, 19 Jul 2023 09:55:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit efec1a8453380c61bf87e978a91989267b91ac4c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 15:04:12 2023 +0200

    gnu: Add r-mfuzz.
    
    * gnu/packages/bioconductor.scm (r-mfuzz): New variable.
---
 gnu/packages/bioconductor.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index bab399a9e9..b60b98d7bb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7810,6 +7810,26 @@ resolution 5hmC data from experimental protocols such as 
oxBS-Seq and
 TAB-Seq.")
     (license license:artistic2.0)))
 
+(define-public r-mfuzz
+  (package
+    (name "r-mfuzz")
+    (version "2.60.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "Mfuzz" version))
+              (sha256
+               (base32
+                "0rfna5ycwkx4xb2gv1wpfn7f7nz6f79w5nlkb7719l5730d81wnz"))))
+    (properties `((upstream-name . "Mfuzz")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-biobase r-e1071 r-tkwidgets))
+    (home-page "http://mfuzz.sysbiolab.eu/";)
+    (synopsis "Soft clustering of time series gene expression data")
+    (description
+     "This is a package for noise-robust soft clustering of gene expression
+time-series data (including a graphical user interface).")
+    (license license:gpl2)))
+
 (define-public r-mmuphin
   (package
     (name "r-mmuphin")



reply via email to

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