-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.03 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
36
37
38
39
# Generated by roxygen2: do not edit by hand
export(classification)
export(extract_module)
export(framework_mND)
export(mND)
export(neighbour_index)
export(optimize_k)
export(run_ND)
export(signif_assess)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(NPATools,ND)
importFrom(NPATools,calc_p)
importFrom(NPATools,eFDR)
importFrom(NPATools,get_nconn_comp)
importFrom(NPATools,perm_X0)
importFrom(NPATools,perm_vertices)
importFrom(dmfind,omega)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,layout.show)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,clusters)
importFrom(igraph,degree)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,induced_subgraph)
importFrom(igraph,set_vertex_attr)
importFrom(stats,setNames)