mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 05:26:34 +01:00
gnu: Add r-rpanglaodb.
* gnu/packages/cran.scm (r-rpanglaodb): New variable. Change-Id: I526a9bc52b77c97c3c85fbe4fd235cb53254495c Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
9059862203
commit
750b13031b
1 changed files with 21 additions and 0 deletions
|
@ -11104,6 +11104,27 @@ (define-public r-rmysql
|
|||
the RMariaDB package.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-rpanglaodb
|
||||
(package
|
||||
(name "r-rpanglaodb")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rPanglaoDB" version))
|
||||
(sha256
|
||||
(base32 "1ykzih3idgp2yhbw4039hhhzv0nmrmn3wx2c4dxmgp5qzhrg42nf"))))
|
||||
(properties `((upstream-name . "rPanglaoDB")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-pbapply r-seurat r-xml r-xml2))
|
||||
(home-page "https://github.com/dosorio/rPanglaoDB/")
|
||||
(synopsis
|
||||
"Download and merge Single-Cell RNA-Seq data from the PanglaoDB database")
|
||||
(description
|
||||
"This R package downloads labeled single-cell RNA-seq data from PanglaoDB.
|
||||
It merges the data into a Seurat object for streamlined analysis.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-rpmm
|
||||
(package
|
||||
(name "r-rpmm")
|
||||
|
|
Loading…
Reference in a new issue