forked from cran/WGCNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (31 loc) · 1.56 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
25
26
27
28
29
30
31
32
33
34
35
useDynLib(WGCNA)
exportPattern("^[^\\.]")
importFrom(Rcpp, evalCpp)
import(foreach, doParallel, dynamicTreeCut, fastcluster, GO.db, AnnotationDbi, matrixStats)
importFrom(survival, is.Surv, coxph, Surv)
importFrom(parallel, stopCluster)
#importFrom(AnnotationDbi, mappedkeys)
importFrom(grDevices, dev.new)
importFrom(utils, packageVersion, compareVersion)
importFrom(parallel, detectCores)
importFrom(Hmisc, rcorr.cens, errbar)
importFrom(impute, impute.knn)
importFrom(splines, ns)
importFrom(preprocessCore, normalize.quantiles)
importFrom(robust, lmRob.control, lmRob)
# Imports of previously automatically available functions...
importFrom("grDevices", "dev.off", "heat.colors", "pdf", "rgb",
"terrain.colors")
importFrom("graphics", "abline", "axis", "barplot", "box", "boxplot",
"frame", "hist", "image", "layout", "lines", "mtext",
"pairs", "panel.smooth", "par", "plot", "polygon", "rect",
"segments", "strheight", "strwidth", "text", "title", "points")
importFrom("stats", "anova", "as.dendrogram", "as.dist", "as.hclust", "coef",
"cov", "cutree", "dist", "fisher.test", "glm", "heatmap",
"kruskal.test", "lm", "median", "model.matrix",
"na.exclude", "order.dendrogram", "pchisq", "phyper",
"pnorm", "predict", "pt", "qnorm", "quantile", "reorder",
"residuals", "rexp", "rnorm", "runif", "sd",
"smooth.spline", "t.test", "var", "weighted.mean", "p.adjust")
importFrom("utils", "data", "flush.console", "read.csv", "write.csv",
"write.table", "object.size")