export(analysis_random_graphs)
export(aop)
export(boot_global)
export(brainGraph_GLM)
export(brainGraph_GLM_design)
export(brainGraph_GLM_fit)
export(brainGraph_init)
export(centr_lev)
export(check.resid)
export(contract_brainGraph)
export(cor.diff.test)
export(corr.matrix)
export(count_homologous)
export(count_interlobar)
export(create_mats)
export(edge_asymmetry)
export(edge_spatial_dist)
export(efficiency)
export(gateway_coeff)
export(get.resid)
export(graph.efficiency)
export(graph_attr_dt)
export(loo)
export(make_ego_brainGraph)
export(NBS)
export(part_coeff)
export(permute.group)
export(plot_boot)
export(plot_brainGraph)
export(plot_brainGraph_gui)
export(plot_brainGraph_list)
export(plot_brainGraph_mni)
export(plot_brainGraph_multi)
export(plot_corr_mat)
export(plot_global)
export(plot_group_means)
export(plot_perm_diffs)
export(plot_rich_norm)
export(plot_vertex_measures)
export(rich_club_attrs)
export(rich_club_coeff)
export(rich_club_norm)
export(rich_core)
export(robustness)
export(set_brainGraph_attr)
export(set.brainGraph.attributes)
export(sim.rand.graph.clust)
export(sim.rand.graph.par)
export(small.world)
export(vertex_attr_dt)
export(vertex_spatial_dist)
export(vulnerability)
export(within_module_deg_z_score)
export(write_brainnet)

import(igraph)
import(RGtk2)
import(cairoDevice)
import(data.table)
importFrom(Hmisc, rcorr)
import(foreach)
import(parallel)
import(oro.nifti)
import(ggplot2)
import(boot)
importFrom(permute, shuffleSet)
importFrom(plyr, laply, aaply)
importFrom(abind, abind)
importFrom(scales, fullseq)
importFrom(ade4, mantel.rtest)
importFrom(grDevices, adjustcolor, dev.copy, dev.cur, dev.list, dev.new,
  dev.off, dev.set, nclass.FD, png, gray)
importFrom(graphics, legend, par, plot, title, layout, lcm)
importFrom(methods, hasArg)
importFrom(stats, as.dist, as.formula, complete.cases, density, lm, p.adjust,
  pnorm, ppoints, pt, qnorm, qt, resid, rstudent, sd, t.test, wilcox.test)
importFrom(utils, combn, flush.console, head, packageVersion, setTxtProgressBar,
  tail, txtProgressBar, write.table)
importFrom(RcppEigen, fastLmPure)
