guix-commits
[Top][All Lists]
Advanced

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

06/56: gnu: Add r-human370v1ccrlmm.


From: guix-commits
Subject: 06/56: gnu: Add r-human370v1ccrlmm.
Date: Tue, 26 Nov 2024 06:52:37 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit d146d82ceac9f5769f2a2dc417214b9eaafc8587
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 26 08:49:42 2024 +0100

    gnu: Add r-human370v1ccrlmm.
    
    * gnu/packages/bioconductor.scm (r-human370v1ccrlmm): New variable.
    
    Change-Id: I46b8f5aa896fb1357cfe0329bbd6e25d7fd9db9c
---
 gnu/packages/bioconductor.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2cf029d5dd..8c4f913adb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -272,6 +272,26 @@ descriptions can discover new relationships between genes 
and disease, and new
 functions for previous uncharacteried genes and alleles.")
     (license license:artistic2.0)))
 
+(define-public r-human370v1ccrlmm
+  (package
+    (name "r-human370v1ccrlmm")
+    (version "1.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "human370v1cCrlmm" version
+                              'annotation))
+       (sha256
+        (base32 "1fhvgc6phhy8fqrl8bwjyskjl95bwlc08jyrkhsivml3ngbsfdf7"))))
+    (properties `((upstream-name . "human370v1cCrlmm")))
+    (build-system r-build-system)
+    (home-page "https://bioconductor.org/packages/human370v1cCrlmm";)
+    (synopsis "Metadata for fast genotyping with the 'crlmm' package")
+    (description
+     "This is a package with metadata for genotyping Illumina 370k arrays
+using the crlmm package.")
+    (license license:artistic2.0)))
+
 (define-public r-jaspar2020
   (package
     (name "r-jaspar2020")



reply via email to

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