-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
64 lines (64 loc) · 1.65 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: glmGamPoi
Type: Package
Title: Fit a Gamma-Poisson Generalized Linear Model
Version: 1.19.2
Authors@R: c(person("Constantin", "Ahlmann-Eltze", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3762-068X")),
person("Nathan", "Lubock", email="[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8064-2465")),
person("Michael", "Love", email="[email protected]", role = "ctb"))
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: GPL-3
Encoding: UTF-8
SystemRequirements: C++17
Suggests:
testthat (>= 2.1.0),
zoo,
DESeq2,
edgeR,
limma,
MASS,
statmod,
ggplot2,
bench,
BiocParallel,
knitr,
rmarkdown,
BiocStyle,
TENxPBMCData,
muscData,
scran,
dplyr
LinkingTo:
Rcpp,
RcppArmadillo,
beachmat,
assorthead
Imports:
Rcpp,
beachmat,
DelayedMatrixStats,
matrixStats,
MatrixGenerics,
SparseArray (>= 1.5.21),
DelayedArray,
HDF5Array,
Matrix,
SummarizedExperiment,
SingleCellExperiment,
BiocGenerics,
methods,
stats,
utils,
splines,
rlang,
vctrs
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/const-ae/glmGamPoi
BugReports: https://github.com/const-ae/glmGamPoi/issues
biocViews: Regression, RNASeq, Software, SingleCell
VignetteBuilder: knitr