gnu: Add r-mfuzz.

* gnu/packages/bioconductor.scm (r-mfuzz): New variable.
This commit is contained in:
Ricardo Wurmus 2023-07-19 15:04:12 +02:00
parent 5a20a14c3e
commit efec1a8453
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7810,6 +7810,26 @@ (define-public r-methylkit
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")