-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
34 lines (33 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
useDynLib("miRspongeR")
export("integrateMethod")
export("moduleDEA")
export("moduleFEA")
export("moduleSurvival")
export("netModule")
export("querymiRTargetbinding")
export("spongeMethod")
export("spongeValidate")
export("sponge_sample_specific")
export("sample_cor_network")
importFrom("Rcpp", "evalCpp")
importFrom("grDevices", "dev.new")
importFrom("graphics", "legend")
importFrom("stats", "cor.test", "median", "na.omit", "p.adjust",
"pchisq", "phyper", "predict", "qnorm", "quantile")
importFrom("utils", "read.csv","combn", "write.table")
importFrom("parallel","makeCluster","detectCores",
"stopCluster","clusterApply")
importFrom("SPONGE","sponge_compute_p_values")
importFrom("clusterProfiler","bitr","enrichGO",
"enrichKEGG","compareCluster")
importFrom("DOSE","enrichDO","enrichDGN","enrichNCG")
importFrom("ReactomePA","enrichPathway")
import("igraph")
importFrom("survival","coxph","survfit","survdiff")
importFrom("corpcor","pcor.shrink")
importFrom("MCL","mcl")
importFrom("linkcomm","getLinkCommunities")
import("org.Hs.eg.db")
import("doParallel")
importFrom("foreach", "foreach", "%dopar%")