guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Add r-bladderbatch.


From: guix-commits
Subject: 03/03: gnu: Add r-bladderbatch.
Date: Tue, 23 Aug 2022 05:47:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 090663a7a5dcc3b9a2af1e7c70e1842f983a24f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 23 11:45:59 2022 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 55b0024171..8842b0feb5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1221,6 +1221,27 @@ demonstration purposes in the @code{AneuFinder} 
package.")
 from Illumina 450k methylation arrays.")
     (license license:artistic2.0)))
 
+(define-public r-bladderbatch
+  (package
+    (name "r-bladderbatch")
+    (version "1.34.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "bladderbatch" version
+                                     'experiment))
+              (sha256
+               (base32
+                "1dpbaqsqizyi99r0imf5m4lndhhrkyiaqii9bi8rp18fjbjdd72k"))))
+    (properties `((upstream-name . "bladderbatch")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-biobase))
+    (home-page "https://bioconductor.org/packages/bladderbatch";)
+    (synopsis "Bladder gene expression data illustrating batch effects")
+    (description
+     "This package contains microarray gene expression data on 57 bladder 
samples from
+5 batches.  The data are used as an illustrative example for the sva package.")
+    (license license:artistic2.0)))
+
 (define-public r-biscuiteerdata
   (package
     (name "r-biscuiteerdata")



reply via email to

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