me
/
guix
Archived
1
0
Fork 0

gnu: Add r-mfuzz.

* gnu/packages/bioconductor.scm (r-mfuzz): New variable.
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
1 changed files with 20 additions and 0 deletions

View File

@ -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")