guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/13: gnu: Add r-minet.


From: guix-commits
Subject: 08/13: gnu: Add r-minet.
Date: Tue, 7 Sep 2021 06:11:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e43c6d2e4a047a23bfb49b0bca3eecf0d137b73a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 12:01:16 2021 +0200

    gnu: Add r-minet.
    
    * gnu/packages/bioconductor.scm (r-minet): New variable.
---
 gnu/packages/bioconductor.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7ad5a19..6709987 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13888,6 +13888,28 @@ covers large sets of bioinformatics datasets and 
allows search and chain
 mappings functionalities.")
     (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
   (package
     (name "r-tximeta")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]