guix-patches
[Top][All Lists]
Advanced

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

[bug#66966] [PATCH 02/13] gnu: Add r-bags.


From: Mădălin Ionel Patrașcu
Subject: [bug#66966] [PATCH 02/13] gnu: Add r-bags.
Date: Mon, 6 Nov 2023 12:06:38 +0100

* gnu/packages/bioconductor.scm (r-bags): New variable.

Change-Id: If0c533898a5e05809f23e7e8b52fc3d5fbffc8fb
---
 gnu/packages/bioconductor.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 04a1f2a710..47931061af 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4036,6 +4036,27 @@ (define-public r-baalchip
 alleles, a known phenotypical feature of cancer samples.")
     (license license:artistic2.0)))
 
+(define-public r-bags
+  (package
+    (name "r-bags")
+    (version "2.42.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "BAGS" version))
+       (sha256
+        (base32 "0356ragpcldr48yycqj91sn3bcqvvfp5spv2z02r8g6hs0dndwdh"))))
+    (properties `((upstream-name . "BAGS")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-biobase r-breastcancervdx))
+    (home-page "https://bioconductor.org/packages/BAGS";)
+    (synopsis "Bayesian approach for geneset selection")
+    (description
+     "This R package is providing functions to perform geneset significance
+analysis over simple cross-sectional data between 2 and 5 phenotypes of
+interest.")
+    (license license:artistic2.0)))
+
 (define-public r-basespacer
   (package
     (name "r-basespacer")
-- 
2.41.0






reply via email to

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