mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add r-macrophage.
X-Debbugs-Cc: rekado@elephly.net * gnu/packages/bioconductor.scm (r-macrophage): New variable.
This commit is contained in:
parent
1682aba247
commit
5d58d20684
1 changed files with 23 additions and 0 deletions
|
@ -1384,6 +1384,29 @@ (define-public r-genomationdata
|
||||||
downloaded from Encode.")
|
downloaded from Encode.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public r-macrophage
|
||||||
|
(package
|
||||||
|
(name "r-macrophage")
|
||||||
|
(version "1.12.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "macrophage" version
|
||||||
|
'experiment))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ml8v92w021fmzsn4yl90ap3l4l3b9c1pk8pzsrm122p82wzlyms"))))
|
||||||
|
(properties `((upstream-name . "macrophage")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://bioconductor.org/packages/macrophage")
|
||||||
|
(synopsis "Human macrophage immune response data")
|
||||||
|
(description
|
||||||
|
"This package provides the output of running @code{Salmon} on a set of 24
|
||||||
|
RNA-seq samples from Alasoo, et al. \"Shared genetic effects on chromatin and
|
||||||
|
gene expression indicate a role for enhancer priming in immune response\", published
|
||||||
|
in Nature Genetics, January 2018.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-msdata
|
(define-public r-msdata
|
||||||
(package
|
(package
|
||||||
(name "r-msdata")
|
(name "r-msdata")
|
||||||
|
|
Loading…
Reference in a new issue