gnu: Add r-cghcall.

* gnu/packages/bioconductor.scm (r-cghcall): New variable.
master
Roel Janssen 2018-04-24 14:12:15 +02:00
parent 0416a0d4d5
commit 67ee83d6c3
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 23 additions and 0 deletions

View File

@ -275,3 +275,26 @@ normalization and quality checking.")
(description "This package contains functions and classes that are needed by
the @code{arrayCGH} packages.")
(license license:gpl2+)))
(define-public r-cghcall
(package
(name "r-cghcall")
(version "2.40.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "CGHcall" version))
(sha256
(base32 "11pi6awz3858yb4s0z3qf3kcmsdgp6d4aj41g4lfix1sv5amllch"))))
(properties `((upstream-name . "CGHcall")))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)
("r-cghbase" ,r-cghbase)
("r-impute" ,r-impute)
("r-dnacopy" ,r-dnacopy)
("r-snowfall" ,r-snowfall)))
(home-page "http://bioconductor.org/packages/CGHcall")
(synopsis "Base functions and classes for arrayCGH data analysis")
(description "This package contains functions and classes that are needed by
@code{arrayCGH} packages.")
(license license:gpl2+)))