guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add r-cghbase.


From: Roel Janssen
Subject: 02/04: gnu: Add r-cghbase.
Date: Tue, 24 Apr 2018 08:13:11 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 0416a0d4d5c38a9352d965b71d1eb9d966ed7db9
Author: Roel Janssen <address@hidden>
Date:   Tue Apr 24 14:11:51 2018 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b8498b7..87c0c68 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -255,3 +255,23 @@ enrichedGO (addGeneIDs).")
 microarray data.  It also includes fuctions for data input, diagnostic plots,
 normalization and quality checking.")
     (license license:lgpl2.0+)))
+
+(define-public r-cghbase
+  (package
+   (name "r-cghbase")
+   (version "1.38.0")
+   (source (origin
+            (method url-fetch)
+            (uri (bioconductor-uri "CGHbase" version))
+            (sha256
+             (base32 "0fynvcsjdbgp69i0nxrc8ni58rhb1kx9k5r3nb91n9i8s43gjqlm"))))
+   (properties `((upstream-name . "CGHbase")))
+   (build-system r-build-system)
+   (propagated-inputs
+    `(("r-biobase" ,r-biobase)
+      ("r-marray" ,r-marray)))
+   (home-page "http://bioconductor.org/packages/CGHbase";)
+   (synopsis "Base functions and classes for arrayCGH data analysis")
+   (description "This package contains functions and classes that are needed by
+the @code{arrayCGH} packages.")
+   (license license:gpl2+)))



reply via email to

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