mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-bgmix.
* gnu/packages/bioconductor.scm (r-bgmix): New variable.
This commit is contained in:
parent
1028bf0a05
commit
d11d6feafa
1 changed files with 22 additions and 0 deletions
|
@ -6553,3 +6553,25 @@ (define-public r-activepathways
|
||||||
and highlights associated genes, improving systems-level understanding of
|
and highlights associated genes, improving systems-level understanding of
|
||||||
cellular organization in health and disease.")
|
cellular organization in health and disease.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-bgmix
|
||||||
|
(package
|
||||||
|
(name "r-bgmix")
|
||||||
|
(version "1.46.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "BGmix" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1bwqqhkh4m3hhpd71grwjrg7n07lzvys4y7aghmw2gw5ibnk5683"))))
|
||||||
|
(properties `((upstream-name . "BGmix")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-kernsmooth" ,r-kernsmooth)))
|
||||||
|
(home-page "https://bioconductor.org/packages/BGmix/")
|
||||||
|
(synopsis "Bayesian models for differential gene expression")
|
||||||
|
(description
|
||||||
|
"This package provides fully Bayesian mixture models for differential
|
||||||
|
gene expression.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
Loading…
Reference in a new issue