mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Add r-anaquin.
* gnu/packages/bioconductor.scm (r-anaquin): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
b7e414982d
commit
4c294ae7fb
1 changed files with 30 additions and 0 deletions
|
@ -2063,6 +2063,36 @@ (define-public r-amaretto
|
||||||
canonical cancer pathways.")
|
canonical cancer pathways.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public r-anaquin
|
||||||
|
(package
|
||||||
|
(name "r-anaquin")
|
||||||
|
(version "2.20.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "Anaquin" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1jgpnls2djl1yzvnk64qc83mljmlci7wflwkza3wr0sv6r47b0dd"))))
|
||||||
|
(properties `((upstream-name . "Anaquin")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list r-deseq2
|
||||||
|
r-ggplot2
|
||||||
|
r-knitr
|
||||||
|
r-locfit
|
||||||
|
r-plyr
|
||||||
|
r-qvalue
|
||||||
|
r-rocr))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://www.sequinstandards.com/")
|
||||||
|
(synopsis "Statistical analysis of sequins")
|
||||||
|
(description
|
||||||
|
"The project is intended to support the use of @dfn{sequins}(synthetic
|
||||||
|
sequencing spike-in controls) owned and made available by the Garvan Institute
|
||||||
|
of Medical Research. The goal is to provide a standard open source library for
|
||||||
|
quantitative analysis, modelling and visualization of spike-in controls.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public r-aneufinder
|
(define-public r-aneufinder
|
||||||
(package
|
(package
|
||||||
(name "r-aneufinder")
|
(name "r-aneufinder")
|
||||||
|
|
Loading…
Reference in a new issue