export(fgga)
export(fgga2bipartite)
export(svmTrain)
export(svmGO)
export(msgFGGA)
export(tableTPG)
export(preCoreFG)
export(varianceGO)
export(createFolds)

import("RBGL")
import("stats")
import("BiocFileCache")
importFrom("jsonlite", fromJSON)
importFrom("curl", has_internet)
importFrom("stats", "na.omit", "predict", "setNames")
importFrom("methods", "as", "is")
importFrom("gRbase", coerceGraph)
importFrom("gRbase", graph_as)
importFrom("gRbase", ancestors)
importFrom("gRbase", parents)
importFrom("gRbase", children)
importFrom("e1071", "svm")
importFrom("graph", leaves)
importFrom("graph", nodes)
importFrom("graph", graphNEL)
