guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: Add r-a4core.


From: guix-commits
Subject: 11/16: gnu: Add r-a4core.
Date: Thu, 28 Mar 2019 13:25:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0ec0a5ecc973d4f33260e00fa5448cc54a7c3a20
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 28 18:22:24 2019 +0100

    gnu: Add r-a4core.
    
    * gnu/packages/bioconductor.scm (r-a4core): 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 4cc9887..4dffe97 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2959,3 +2959,26 @@ It allows searching of biological metadata using various 
criteria.")
     ;; Any version of the LGPL according to the DESCRIPTION file.  A copy of
     ;; the LGPL 2.1 is included.
     (license license:lgpl2.1+)))
+
+(define-public r-a4core
+  (package
+    (name "r-a4core")
+    (version "1.30.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "a4Core" version))
+       (sha256
+        (base32
+         "1d62afxkfp9zbp59ijcn4wd1gdynygw013av41wq8bfm3cx6f9zr"))))
+    (properties `((upstream-name . "a4Core")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-biobase" ,r-biobase)
+       ("r-glmnet" ,r-glmnet)))
+    (home-page "https://bioconductor.org/packages/a4Core";)
+    (synopsis "Automated Affymetrix array analysis core package")
+    (description
+     "This is the core package for the automated analysis of Affymetrix
+arrays.")
+    (license license:gpl3)))



reply via email to

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