gnu: Add r-champdata.

* gnu/packages/bioconductor.scm (r-champdata): New variable.
This commit is contained in:
Ricardo Wurmus 2023-03-30 13:55:40 +02:00
parent 884daf0f4b
commit fcc8b808e7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1414,6 +1414,26 @@ (define-public r-celldex
single-cell data or deconvolution of bulk RNA-seq.")
(license license:gpl3)))
(define-public r-champdata
(package
(name "r-champdata")
(version "2.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ChAMPdata" version 'experiment))
(sha256
(base32
"0rz762szfl02h4d3dj7ckd41ji9mdsja8nxqw6fl086z337041zw"))))
(properties `((upstream-name . "ChAMPdata")))
(build-system r-build-system)
(propagated-inputs (list r-biocgenerics r-genomicranges))
(home-page "https://bioconductor.org/packages/ChAMPdata")
(synopsis "Data packages for ChAMP package")
(description
"This package provides datasets needed for ChAMP including a test dataset
and blood controls for CNA analysis.")
(license license:gpl3)))
(define-public r-chromstardata
(package
(name "r-chromstardata")