guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add r-flowsorted-blood-450k.


From: guix-commits
Subject: 02/06: gnu: Add r-flowsorted-blood-450k.
Date: Thu, 30 Mar 2023 08:43:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0024e4e6d4249c4163bd58ee6b208b7e3bfeb341
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 14:33:59 2023 +0200

    gnu: Add r-flowsorted-blood-450k.
    
    * gnu/packages/bioconductor.scm (r-flowsorted-blood-450k): New variable.
---
 gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a224eecd70..3d6a545ff8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1498,6 +1498,29 @@ display copy number variation.  Files are stored as 
GRanges objects from the
 GenomicRanges Bioconductor package.")
     (license license:gpl2)))
 
+(define-public r-flowsorted-blood-450k
+  (package
+    (name "r-flowsorted-blood-450k")
+    (version "1.36.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "FlowSorted.Blood.450k"
+                                     version 'experiment))
+              (sha256
+               (base32
+                "1ha9qsp5g3g2yhnk574x6xhg95bb29ywvmg3ns1c50z69v6wbraq"))))
+    (properties `((upstream-name . "FlowSorted.Blood.450k")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-minfi))
+    (home-page "https://bioconductor.org/packages/FlowSorted.Blood.450k";)
+    (synopsis
+     "Illumina HumanMethylation data on sorted blood cell populations")
+    (description
+     "This package provides raw data objects for the Illumina 450k DNA
+methylation microarrays, and an object depicting which CpGs on the array are
+associated with cell type.")
+    (license license:artistic2.0)))
+
 (define-public r-genelendatabase
   (package
     (name "r-genelendatabase")



reply via email to

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