mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Add r-minet.
* gnu/packages/bioconductor.scm (r-minet): New variable.
This commit is contained in:
parent
5143f3852d
commit
e43c6d2e4a
1 changed files with 22 additions and 0 deletions
|
@ -13888,6 +13888,28 @@ (define-public r-biobtreer
|
||||||
mappings functionalities.")
|
mappings functionalities.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-minet
|
||||||
|
(package
|
||||||
|
(name "r-minet")
|
||||||
|
(version "3.50.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "minet" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0bir2zr4r2wawkdvdhrk2hcyxmgkrkfvx36jj85fcm24axlqrzzb"))))
|
||||||
|
(properties `((upstream-name . "minet")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-infotheo" ,r-infotheo)))
|
||||||
|
(home-page "http://minet.meyerp.com")
|
||||||
|
(synopsis "Mutual information networks")
|
||||||
|
(description
|
||||||
|
"This package implements various algorithms for inferring mutual
|
||||||
|
information networks from data.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-tximeta
|
(define-public r-tximeta
|
||||||
(package
|
(package
|
||||||
(name "r-tximeta")
|
(name "r-tximeta")
|
||||||
|
|
Loading…
Reference in a new issue