gnu: Add r-cghbase.

* gnu/packages/bioconductor.scm (r-cghbase): New variable.
This commit is contained in:
Roel Janssen 2018-04-24 14:11:51 +02:00
parent 164502d819
commit 0416a0d4d5
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 20 additions and 0 deletions

View File

@ -255,3 +255,23 @@ enrichedGO (addGeneIDs).")
microarray data. It also includes fuctions for data input, diagnostic plots, microarray data. It also includes fuctions for data input, diagnostic plots,
normalization and quality checking.") normalization and quality checking.")
(license license:lgpl2.0+))) (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+)))