guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: Add r-sesamedata.


From: guix-commits
Subject: 07/10: gnu: Add r-sesamedata.
Date: Mon, 28 Aug 2023 13:10:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6b1946d2e28d3680aa57d94b7ce27430d38c077b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 18:03:28 2023 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d593c84d4b..b94c134b1b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1996,6 +1996,40 @@ cultures from 4 patients at 2 time points over 3 
conditions (DPN, OHT and contro
     ;; The author(s) mentions only LGPL without any specific version.
     (license license:lgpl2.1+)))
 
+(define-public r-sesamedata
+  (package
+    (name "r-sesamedata")
+    (version "1.18.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "sesameData" version
+                                     'experiment))
+              (sha256
+               (base32
+                "1fvxs5n6bj2j0k3vgnaiksshkaxw7fmx6k22rjd3fsqg3cz60fm6"))))
+    (properties `((upstream-name . "sesameData")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-annotationhub
+                             r-experimenthub
+                             r-genomeinfodb
+                             r-genomicranges
+                             r-iranges
+                             r-readr
+                             r-s4vectors
+                             r-stringr))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/sesameData";)
+    (synopsis "Supporting Data for SeSAMe Package")
+    (description
+     "This package provides supporting annotation and test data for
+@code{SeSAMe} package.  This includes chip tango addresses, mapping
+information, performance annotation, and trained predictor for Infinium array
+data.  This package provides user access to essential annotation data for
+working with many generations of the Infinium DNA methylation array.  It
+currently supports human array (HM27, HM450, EPIC), mouse array (MM285) and
+the @code{HorvathMethylChip40} (Mammal40) array.")
+    (license license:artistic2.0)))
+
 (define-public r-tcgabiolinksgui-data
   (package
     (name "r-tcgabiolinksgui-data")



reply via email to

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