Skip to content
Snippets Groups Projects
Unverified Commit 26358ac5 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: Add r-parmigene.

* gnu/packages/cran.scm (r-parmigene): New variable.
parent 3e12df7d
No related branches found
No related tags found
No related merge requests found
...@@ -5875,3 +5875,23 @@ (define-public r-abps ...@@ -5875,3 +5875,23 @@ (define-public r-abps
calculate other scores used in anti-doping programs, such as the ratio of calculate other scores used in anti-doping programs, such as the ratio of
hemoglobin to reticulocytes (OFF-score), as well as example data.") hemoglobin to reticulocytes (OFF-score), as well as example data.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-parmigene
(package
(name "r-parmigene")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "parmigene" version))
(sha256
(base32
"1fsm6pkr17jcbzkj1hbn91jf890fviqk1lq6ls8pihsdgah1zb4d"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/parmigene/")
(synopsis "Mutual information estimation for gene network reconstruction")
(description
"This package provides a parallel estimation of the mutual information
based on entropy estimates from k-nearest neighbors distances and algorithms
for the reconstruction of gene regulatory networks.")
(license license:agpl3+)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment