-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 1.4 KB
/
NAMESPACE
File metadata and controls
49 lines (48 loc) · 1.4 KB
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
40
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
export("%>%")
export(build_graph_from_adj_mat)
export(build_graph_from_adj_mat_module)
export(build_graph_from_df)
export(build_graph_from_double_mat)
export(build_graph_from_double_mat_with_module)
export(build_graph_from_enrichGO)
export(build_graph_from_igraph)
export(build_graph_from_mat)
export(build_graph_from_module)
export(build_graph_from_multi_mat)
export(build_graph_from_pie)
export(build_graph_from_wgcna)
export(export_ggnetview)
export(get_graph_adjacency)
export(get_graph_nodes)
export(get_info_from_graph)
export(get_network_topology)
export(get_network_topology_parallel)
export(get_palette)
export(get_sample_subgraph_topology)
export(get_sample_subgraph_topology_parallel)
export(get_subgraph)
export(ggNetView)
export(ggNetView_RMT)
export(ggNetView_multi)
export(ggNetView_multi_link)
export(gglink_heatmap_triple)
export(gglink_heatmaps)
export(ggnetview_modularity_heatmaps)
export(ggnetview_zipi)
export(mantel_between_blocks)
export(mantel_pairwise)
export(order_graph)
export(scale_color_ggnetview)
export(scale_fill_ggnetview)
export(sparcc_matrix_rcpp)
export(sparcc_pvalue_rcpp)
export(spieceasi_matrix_rcpp)
export(theme_ggnetview)
export(trans_TOM_in_WGCNA)
export(trans_adjacency_matrix_to_df)
export(update_graph_modules)
export(update_graph_modules2)
importFrom(Rcpp,evalCpp)
importFrom(magrittr,"%>%")
useDynLib(ggNetView, .registration = TRUE)