-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
24 lines (24 loc) · 1.02 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
exportPattern("M3Drop*")
exportPattern("NBumi*")
exportPattern("bg__*")
export(corFS)
export(giniFS)
export(irlbaPcaFS)
export(Consensus_FS)
export(BrenneckeGetVariableGenes)
export(PoissonUMIFeatureSelectionDropouts)
import(RColorBrewer)
import(gplots)
import(bbmle)
import(statmod)
import(irlba)
import(Matrix)
importFrom("grDevices", "col2rgb", "colorRampPalette", "densCols")
importFrom("Hmisc", "rcorr")
importFrom("graphics", "abline", "axis", "box", "curve", "frame", "hist", "legend", "lines", "mtext", "par", "points", "text", "title", "polygon")
importFrom("stats", "aggregate", "dist", "dnorm", "fitted", "glm", "hclust", "lm", "median", "p.adjust", "pchisq", "pnorm", "quantile", "rnorm", "sd", "uniroot", "var", "wilcox.test", "cor", "dnbinom", "optim", "runif", "rbinom", "prcomp", "density", "rgamma", "aov", "loess", "rnbinom", "qnbinom", "pnbinom", "qnorm")
importFrom("reldist", "gini")
importFrom("matrixStats", "rowSds")
importFrom("matrixStats", "rowVars")
importFrom("matrixStats", "colVars")
importFrom("methods", "as")