# Generated by roxygen2: do not edit by hand

export(data_transform)
export(get_dtw_dist_bidirectional)
export(get_dtw_dist_mat)
export(get_networks)
export(matrix2adj)
export(module_networks)
export(pGRN)
export(plot_network)
export(plot_network_i)
export(run_dtw)
export(run_granger_test)
export(slideWindows)
import(bigmemory)
import(doParallel)
import(dtw)
import(foreach)
import(ggplot2)
import(ggraph)
import(lmtest)
import(visNetwork)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(igraph,components)
importFrom(parallel,detectCores)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,stopCluster)
importFrom(proxy,pr_DB)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidygraph,activate)
importFrom(tidygraph,as.igraph)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,centrality_degree)
importFrom(tidygraph,filter)
importFrom(tidygraph,groups)
importFrom(tidygraph,mutate)
importFrom(utils,combn)
