mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-mfuzz.
* gnu/packages/bioconductor.scm (r-mfuzz): New variable.
This commit is contained in:
parent
5a20a14c3e
commit
efec1a8453
1 changed files with 20 additions and 0 deletions
|
@ -7810,6 +7810,26 @@ resolution 5hmC data from experimental protocols such as oxBS-Seq and
|
||||||
TAB-Seq.")
|
TAB-Seq.")
|
||||||
(license license:artistic2.0)))
|
(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
|
(define-public r-mmuphin
|
||||||
(package
|
(package
|
||||||
(name "r-mmuphin")
|
(name "r-mmuphin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue