gnu: Add r-glmgampoi.

* gnu/packages/bioconductor.scm (r-glmgampoi): New variable.
This commit is contained in:
Ricardo Wurmus 2022-11-28 11:20:23 +01:00
parent e3c6575ee9
commit 059d38dc3f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8765,6 +8765,41 @@ (define-public r-glimma
information.")
(license license:lgpl3)))
(define-public r-glmgampoi
(package
(name "r-glmgampoi")
(version "1.10.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "glmGamPoi" version))
(sha256
(base32
"12jbqigg4k2ngrk2anbrrxrwkp57bbzdz492lg8lc6w1gygp5yip"))))
(properties `((upstream-name . "glmGamPoi")))
(build-system r-build-system)
(propagated-inputs
(list r-beachmat
r-biocgenerics
r-delayedarray
r-delayedmatrixstats
r-hdf5array
r-matrixgenerics
r-matrixstats
r-rcpp
r-rcpparmadillo
r-rlang
r-singlecellexperiment
r-summarizedexperiment))
(native-inputs (list r-knitr))
(home-page "https://github.com/const-ae/glmGamPoi")
(synopsis "Fit a Gamma-Poisson Generalized Linear Model")
(description
"Fit linear models to overdispersed count data. The package can estimate
the overdispersion and fit repeated models for matrix input. It is designed
to handle large input datasets as they typically occur in single cell RNA-seq
experiments.")
(license license:gpl3)))
(define-public r-rots
(package
(name "r-rots")