* Fix bug related to missing assay names
* Support 'n()' inside summary arguments
* Support summarizing a plain matrix
* Change the method signature of residuals.glmGamPoi and test_de()
* Export function
* Document behavior
* Clean up the arguments for overdispersion_shrinkage() and
variance_prior()
... | ... |
@@ -7,9 +7,9 @@ S3method(print,glmGamPoi) |
7 | 7 |
S3method(print,summary.glmGamPoi) |
8 | 8 |
S3method(residuals,glmGamPoi) |
9 | 9 |
S3method(summary,glmGamPoi) |
10 |
-export(gampoi_test_qlr) |
|
11 | 10 |
export(glm_gp) |
12 | 11 |
export(overdispersion_mle) |
12 |
+export(test_de) |
|
13 | 13 |
import(Rcpp) |
14 | 14 |
import(stats) |
15 | 15 |
importFrom(methods,as) |
... | ... |
@@ -7,9 +7,9 @@ S3method(print,glmGamPoi) |
7 | 7 |
S3method(print,summary.glmGamPoi) |
8 | 8 |
S3method(residuals,glmGamPoi) |
9 | 9 |
S3method(summary,glmGamPoi) |
10 |
-export(gampoi_overdispersion_mle) |
|
11 | 10 |
export(gampoi_test_qlr) |
12 | 11 |
export(glm_gp) |
12 |
+export(overdispersion_mle) |
|
13 | 13 |
import(Rcpp) |
14 | 14 |
import(stats) |
15 | 15 |
importFrom(methods,as) |
... | ... |
@@ -1,5 +1,10 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
+S3method(format,glmGamPoi) |
|
4 |
+S3method(format,summary.glmGamPoi) |
|
5 |
+S3method(print,glmGamPoi) |
|
6 |
+S3method(print,summary.glmGamPoi) |
|
7 |
+S3method(summary,glmGamPoi) |
|
3 | 8 |
export(gampoi_overdispersion_mle) |
4 | 9 |
export(glm_gp) |
5 | 10 |
import(Rcpp) |