mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-champdata.
* gnu/packages/bioconductor.scm (r-champdata): New variable.
This commit is contained in:
parent
884daf0f4b
commit
fcc8b808e7
1 changed files with 20 additions and 0 deletions
|
@ -1414,6 +1414,26 @@ curated cell type labels, for use in procedures like automated annotation of
|
||||||
single-cell data or deconvolution of bulk RNA-seq.")
|
single-cell data or deconvolution of bulk RNA-seq.")
|
||||||
(license license:gpl3)))
|
(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
|
(define-public r-chromstardata
|
||||||
(package
|
(package
|
||||||
(name "r-chromstardata")
|
(name "r-chromstardata")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue