guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: Add r-a4preproc.


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

rekado pushed a commit to branch master
in repository guix.

commit b8d13e2c0ee082b16f43930385cc34ce09ae4ef3
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 28 18:22:41 2019 +0100

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index db691bc..f7191d2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3010,3 +3010,25 @@ arrays.")
      "This is the classification package for the automated analysis of
 Affymetrix arrays.")
     (license license:gpl3)))
+
+(define-public r-a4preproc
+  (package
+    (name "r-a4preproc")
+    (version "1.30.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "a4Preproc" version))
+       (sha256
+        (base32
+         "1dd3fqcc7nr2zbi46k0mnqkh42mfxk894ixfpqg7i9np2523p5gp"))))
+    (properties `((upstream-name . "a4Preproc")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)))
+    (home-page "https://bioconductor.org/packages/a4Preproc/";)
+    (synopsis "Automated Affymetrix array analysis preprocessing package")
+    (description
+     "This is a package for the automated analysis of Affymetrix arrays.  It
+is used for preprocessing the arrays.")
+    (license license:gpl3)))



reply via email to

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