mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add r-derfinderdata.
* gnu/packages/bioconductor.scm (r-derfinderdata): New variable. Change-Id: I735030fad98b4eb20e0898d7f4779cd4c06ec82c
This commit is contained in:
parent
6a03ed4b28
commit
041a02c2ad
1 changed files with 22 additions and 0 deletions
|
@ -2203,6 +2203,28 @@ (define-public r-copyhelper
|
||||||
GenomicRanges Bioconductor package.")
|
GenomicRanges Bioconductor package.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-derfinderdata
|
||||||
|
(package
|
||||||
|
(name "r-derfinderdata")
|
||||||
|
(version "2.24.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "derfinderData" version
|
||||||
|
'experiment))
|
||||||
|
(sha256
|
||||||
|
(base32 "0rkc54gh3yasms4nrayi58ly2raad0ksid3wmzbmhy22zib4n9hy"))))
|
||||||
|
(properties `((upstream-name . "derfinderData")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://github.com/leekgroup/derfinderData")
|
||||||
|
(synopsis "Processed BigWigs from BrainSpan for examples")
|
||||||
|
(description
|
||||||
|
"This package provides processed 22 samples from @code{BrainSpan} keeping
|
||||||
|
only the information for chromosome 21. Data is stored in the @code{BigWig}
|
||||||
|
format and is used for examples in other packages.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-flowsorted-blood-450k
|
(define-public r-flowsorted-blood-450k
|
||||||
(package
|
(package
|
||||||
(name "r-flowsorted-blood-450k")
|
(name "r-flowsorted-blood-450k")
|
||||||
|
|
Loading…
Reference in a new issue