mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add r-chipexoqualexample.
* gnu/packages/bioconductor.scm (r-chipexoqualexample): New variable. Change-Id: I181bb085e441d056d886d4110a46668d92cd39f4
This commit is contained in:
parent
85c3a9385f
commit
5f8f7435a2
1 changed files with 22 additions and 0 deletions
|
@ -2262,6 +2262,28 @@ (define-public r-champdata
|
|||
and blood controls for CNA analysis.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-chipexoqualexample
|
||||
(package
|
||||
(name "r-chipexoqualexample")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ChIPexoQualExample" version
|
||||
'experiment))
|
||||
(sha256
|
||||
(base32 "0c6lxl79j65pqy6sgnwaqz83r9fwh0m10xmnj9zcp8s0j1cxn5xq"))))
|
||||
(properties `((upstream-name . "ChIPexoQualExample")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://www.github.com/keleslab/ChIPexoQualExample")
|
||||
(synopsis "Example data for the ChIPexoQual package")
|
||||
(description
|
||||
"This package contains data for the @code{ChIPexoQual} package,
|
||||
consisting of 3 chromosome 1 aligned reads from a @code{ChIP-exo} experiment
|
||||
for @code{FoxA1} in mouse liver cell lines aligned to the mm9 genome.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-chromstardata
|
||||
(package
|
||||
(name "r-chromstardata")
|
||||
|
|
Loading…
Reference in a new issue