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:
Navid Afkhami 2025-01-16 11:44:35 +00:00 committed by Ricardo Wurmus
parent 9059862203
commit 750b13031b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11104,6 +11104,27 @@ (define-public r-rmysql
the RMariaDB package.") the RMariaDB package.")
(license license:gpl2))) (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 (define-public r-rpmm
(package (package
(name "r-rpmm") (name "r-rpmm")