-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 752 Bytes
/
Copy pathNAMESPACE
File metadata and controls
29 lines (28 loc) · 752 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(as.list,glmGamPoi)
S3method(format,glmGamPoi)
S3method(format,summary.glmGamPoi)
S3method(predict,glmGamPoi)
S3method(print,glmGamPoi)
S3method(print,summary.glmGamPoi)
S3method(residuals,glmGamPoi)
S3method(summary,glmGamPoi)
export(glm_gp)
export(loc_median_fit)
export(overdispersion_mle)
export(overdispersion_shrinkage)
export(pseudobulk)
export(test_de)
export(vars)
import(Rcpp)
import(stats)
importFrom(BiocGenerics,end)
importFrom(BiocGenerics,width)
importFrom(Matrix,t)
importFrom(SummarizedExperiment,assay)
importFrom(beachmat,initializeCpp)
importFrom(methods,as)
importFrom(methods,canCoerce)
importFrom(methods,is)
importFrom(utils,head)
useDynLib(glmGamPoi, .registration = TRUE)