forked from cwatson/brainGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
124 lines (123 loc) · 3.4 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
S3method('[',brainGraph_resids)
S3method(plot,bg_GLM)
S3method(plot,brainGraph)
S3method(plot,brainGraph_GLM)
S3method(plot,brainGraph_NBS)
S3method(plot,brainGraph_boot)
S3method(plot,brainGraph_mediate)
S3method(plot,brainGraph_mtpc)
S3method(plot,brainGraph_permute)
S3method(plot,brainGraph_resids)
S3method(plot,mtpc)
S3method(print,summary.NBS)
S3method(print,summary.bg_GLM)
S3method(print,summary.bg_mediate)
S3method(print,summary.brainGraph)
S3method(print,summary.brainGraph_boot)
S3method(print,summary.brainGraph_permute)
S3method(print,summary.brainGraph_resids)
S3method(print,summary.mtpc)
S3method(summary,NBS)
S3method(summary,bg_GLM)
S3method(summary,bg_mediate)
S3method(summary,brainGraph)
S3method(summary,brainGraph_boot)
S3method(summary,brainGraph_permute)
S3method(summary,brainGraph_resids)
S3method(summary,mtpc)
export(NBS)
export(analysis_random_graphs)
export(aop)
export(apply_thresholds)
export(bg_to_mediate)
export(brainGraph_GLM)
export(brainGraph_GLM_design)
export(brainGraph_boot)
export(brainGraph_init)
export(brainGraph_mediate)
export(brainGraph_permute)
export(centr_betw_comm)
export(centr_lev)
export(coeff_var)
export(communicability)
export(contract_brainGraph)
export(cor.diff.test)
export(corr.matrix)
export(count_homologous)
export(count_inter)
export(count_interlobar)
export(create_mats)
export(edge_asymmetry)
export(edge_spatial_dist)
export(efficiency)
export(gateway_coeff)
export(get.resid)
export(graph_attr_dt)
export(hubness)
export(is.brainGraph)
export(loo)
export(make_brainGraph)
export(make_ego_brainGraph)
export(make_empty_brainGraph)
export(make_glm_brainGraph)
export(make_intersection_brainGraph)
export(make_mediate_brainGraph)
export(make_nbs_brainGraph)
export(mtpc)
export(part_coeff)
export(plot_brainGraph)
export(plot_brainGraph_gui)
export(plot_brainGraph_list)
export(plot_brainGraph_multi)
export(plot_corr_mat)
export(plot_global)
export(plot_rich_norm)
export(plot_vertex_measures)
export(plot_volumetric)
export(rich_club_all)
export(rich_club_attrs)
export(rich_club_coeff)
export(rich_club_norm)
export(rich_core)
export(robustness)
export(s_core)
export(set_brainGraph_attr)
export(sim.rand.graph.clust)
export(sim.rand.graph.par)
export(small.world)
export(symmetrize_array)
export(symmetrize_mats)
export(vertex_attr_dt)
export(vertex_spatial_dist)
export(vulnerability)
export(within_module_deg_z_score)
export(write_brainnet)
export(xfm.weights)
importFrom(Hmisc,rcorr)
importFrom(MASS,Null)
importFrom(Matrix,rowSums)
importFrom(RcppEigen,fastLmPure)
importFrom(abind,abind)
importFrom(ade4,mantel.rtest)
importFrom(boot,boot,boot.ci)
importFrom(expm,expm)
importFrom(ggrepel,geom_text_repel)
importFrom(gridExtra,arrangeGrob,grid.arrange)
importFrom(mediation,summary.mediate)
importFrom(oro.nifti,image,nifti)
importFrom(permute,shuffleSet)
importFrom(scales,fullseq)
import(igraph)
import(data.table)
import(foreach)
import(ggplot2)
import(parallel)
importFrom(graphics, legend, par, plot, title, layout, lcm)
importFrom(grDevices, adjustcolor, dev.copy, dev.cur, dev.list, dev.new,
dev.off, dev.set, nclass.FD, png, gray)
importFrom(methods, hasArg)
importFrom(stats, as.dist, as.formula, complete.cases, density, lm, p.adjust, pf,
pnorm, ppoints, printCoefmat, pt, qf, qnorm, qt, quantile, resid, rnorm, sd, t.test, wilcox.test)
importFrom(tools,toTitleCase)
importFrom(utils, combn, data, flush.console, head, packageVersion,
setTxtProgressBar, tail, txtProgressBar, write.table)