mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-destiny.
* gnu/packages/bioconductor.scm (r-destiny): New variable.
This commit is contained in:
parent
ff939ef4d5
commit
a961ae469c
1 changed files with 35 additions and 0 deletions
|
@ -970,6 +970,41 @@ (define-public r-biocneighbors
|
||||||
achieved for all methods using the BiocParallel framework.")
|
achieved for all methods using the BiocParallel framework.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-destiny
|
||||||
|
(package
|
||||||
|
(name "r-destiny")
|
||||||
|
(version "2.12.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "destiny" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1iay17mrhsfmpwl920rh1nip5b6ybva4h6bna0yld04paq5yva67"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-biobase" ,r-biobase)
|
||||||
|
("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
("r-fnn" ,r-fnn)
|
||||||
|
("r-ggthemes" ,r-ggthemes)
|
||||||
|
("r-hmisc" ,r-hmisc)
|
||||||
|
("r-igraph" ,r-igraph)
|
||||||
|
("r-matrix" ,r-matrix)
|
||||||
|
("r-proxy" ,r-proxy)
|
||||||
|
("r-rcpp" ,r-rcpp)
|
||||||
|
("r-rcppeigen" ,r-rcppeigen)
|
||||||
|
("r-scales" ,r-scales)
|
||||||
|
("r-scatterplot3d" ,r-scatterplot3d)
|
||||||
|
("r-smoother" ,r-smoother)
|
||||||
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
|
("r-vim" ,r-vim)))
|
||||||
|
(home-page "https://bioconductor.org/packages/destiny/")
|
||||||
|
(synopsis "Create and plot diffusion maps")
|
||||||
|
(description "This package provides tools to create and plot diffusion
|
||||||
|
maps.")
|
||||||
|
;; Any version of the GPL
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public r-savr
|
(define-public r-savr
|
||||||
(package
|
(package
|
||||||
(name "r-savr")
|
(name "r-savr")
|
||||||
|
|
Loading…
Reference in a new issue