forked from Nanostring-Biostats/GeoDiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (28 loc) · 881 Bytes
/
Copy pathNAMESPACE
File metadata and controls
33 lines (28 loc) · 881 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
30
31
32
33
useDynLib(GeoDiff, .registration=TRUE)
importFrom(Rcpp, evalCpp)
import(Biobase)
import(testthat)
importFrom(NanoStringNCTools, esBy)
importFrom(Matrix, bdiag)
importFrom(lme4, lFormula)
importFrom(robust, covRob)
importFrom(graphics, boxplot)
importFrom(graphics, abline)
importFrom(withr, local_tempdir)
importFrom(withr, local_dir)
importFrom(GeomxTools, featureType)
exportMethods(aggreprobe)
exportMethods(fitPoisBG)
exportMethods(diagPoisBG)
exportMethods(QuanRange)
exportMethods(BGScoreTest)
exportMethods(fitNBth)
exportMethods(fitPoisthNorm)
exportMethods(fitNBthDE)
exportMethods(coefNBth)
exportMethods(contrastNBth)
exportMethods(DENBth)
exportMethods(fitNBthmDE)
importFrom("stats", "cor", "cov", "dnbinom", "dpois", "mad", "median",
"model.matrix", "na.omit", "optim", "p.adjust", "pnorm",
"ppois", "quantile", "rpois", "setNames", "var")