mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-stager.
* gnu/packages/bioconductor.scm (r-stager): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
a8182f386e
commit
730ac9ab85
1 changed files with 23 additions and 0 deletions
|
@ -4739,6 +4739,29 @@ (define-public r-slingshot
|
|||
graph construction.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-stager
|
||||
(package
|
||||
(name "r-stager")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "stageR" version))
|
||||
(sha256
|
||||
(base32 "0vpx0v04hgkhzi0bm7ipnb9xr37n5wvnnr45lljgni8pwabfkf6y"))))
|
||||
(properties `((upstream-name . "stageR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-summarizedexperiment))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/stageR")
|
||||
(synopsis "Stage-wise analysis of high throughput gene expression data")
|
||||
(description
|
||||
"The stageR package allows automated stage-wise analysis of
|
||||
high-throughput gene expression data. The method is published in Genome
|
||||
Biology at
|
||||
@url{https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1277-0}.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-stringdb
|
||||
(package
|
||||
(name "r-stringdb")
|
||||
|
|
Loading…
Reference in a new issue