me
/
guix
Archived
1
0
Fork 0

gnu: Add r-stager.

* gnu/packages/bioconductor.scm (r-stager): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Hong Li 2022-03-29 07:03:15 +00:00 committed by Ricardo Wurmus
parent a8182f386e
commit 730ac9ab85
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 23 additions and 0 deletions

View File

@ -4739,6 +4739,29 @@ events and allows for the incorporation of prior knowledge through supervised
graph construction.") graph construction.")
(license license:artistic2.0))) (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 (define-public r-stringdb
(package (package
(name "r-stringdb") (name "r-stringdb")