mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add r-biocsingular.
* gnu/packages/bioconductor.scm (r-biocsingular): New variable.
This commit is contained in:
parent
72032c9d5f
commit
993912905d
1 changed files with 32 additions and 0 deletions
|
@ -1742,6 +1742,38 @@ (define-public r-biocneighbors
|
|||
achieved for all methods using the BiocParallel framework.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-biocsingular
|
||||
(package
|
||||
(name "r-biocsingular")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocSingular" version))
|
||||
(sha256
|
||||
(base32
|
||||
"129z6bkdhm5wlvrjiwrr8yl2jj9chh4i6dm6firlj4c4ql3jp4f5"))))
|
||||
(properties `((upstream-name . "BiocSingular")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-beachmat" ,r-beachmat)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biocparallel" ,r-biocparallel)
|
||||
("r-delayedarray" ,r-delayedarray)
|
||||
("r-irlba" ,r-irlba)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rsvd" ,r-rsvd)
|
||||
("r-s4vectors" ,r-s4vectors)))
|
||||
(home-page "https://github.com/LTLA/BiocSingular")
|
||||
(synopsis "Singular value decomposition for Bioconductor packages")
|
||||
(description
|
||||
"This package implements exact and approximate methods for singular value
|
||||
decomposition and principal components analysis, in a framework that allows
|
||||
them to be easily switched within Bioconductor packages or workflows. Where
|
||||
possible, parallelization is achieved using the BiocParallel framework.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-destiny
|
||||
(package
|
||||
(name "r-destiny")
|
||||
|
|
Loading…
Reference in a new issue