# Generated by roxygen2 (4.1.1): do not edit by hand

useDynLib(ProNet)

import(Rcpp)
import(igraph)
import(MCL)
import(linkcomm)

importFrom("grDevices", "cm.colors", "colorRampPalette", "gray", "heat.colors", "rainbow", "rgb")
importFrom("graphics", "abline", "axis", "barplot", "grid", "hist", "image", "legend", "lines", "mtext", "par", "plot", "points", "rect", "text")
importFrom("stats", "lm", "phyper", "sd", "wilcox.test")
importFrom("utils", "data", "write.table")

export(assemble)
export(cluster)
export(comp.rand.subnet)
export(comp.subnet)
export(construct_local)
export(construct_nlocal)
export(construction)
export(enrichment.annotation)
export(extraction)
export(go.profiles)
export(graph.add)
export(location)
export(mcode)
export(net.attack)
export(net.comparing)
export(net.robustness)
export(topology)
export(topology_anc)
export(topology_betweenness)
export(topology_closeness)
export(topology_cluster_coeffi)
export(topology_degree)
export(topology_ec)
export(topology_shortest_paths)
export(topology_simple)
export(visualization)
