guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: Add r-bgx.


From: guix-commits
Subject: 08/20: gnu: Add r-bgx.
Date: Tue, 17 Dec 2019 14:02:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 75eb1149f3feb7b786455c09866611d54ccd4fc4
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 17 19:46:30 2019 +0100

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9e3aaf7..0f33420 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6575,3 +6575,28 @@ cellular organization in health and disease.")
      "This package provides fully Bayesian mixture models for differential
 gene expression.")
     (license license:gpl2)))
+
+(define-public r-bgx
+  (package
+    (name "r-bgx")
+    (version "1.52.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "bgx" version))
+       (sha256
+        (base32
+         "0fiqqv6pin0zhxaw67hzfjccq2qkl9qfqjf10nx2zmpxm2licavm"))))
+    (properties `((upstream-name . "bgx")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-affy" ,r-affy)
+       ("r-biobase" ,r-biobase)
+       ("r-gcrma" ,r-gcrma)
+       ("r-rcpp" ,r-rcpp)))
+    (home-page "https://bioconductor.org/packages/bgx/";)
+    (synopsis "Bayesian gene expression")
+    (description
+     "This package provides tools for Bayesian integrated analysis of
+Affymetrix GeneChips.")
+    (license license:gpl2)))



reply via email to

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