useDynLib(GOSim,OAWrapper)
importFrom(org.Hs.eg.db, org.Hs.egGO, org.Hs.egORGANISM)
importFrom(cluster, silhouette)
import(RBGL)
import(graph)
import(flexmix)
import(Matrix)
importFrom(corpcor, pseudoinverse)
import(topGO)
importFrom(Rcpp, evalCpp)

export(
getOffsprings,
getAncestors,
getParents,
getChildren,
setEvidenceLevel,
setOntology,
getGOInfo,
filterGO,
getGeneSim,
getGeneFeaturesPrototypes,
getGeneSimPrototypes,
selectPrototypes,
setEnrichmentFactors,
getGOGraph,
getGOGraphsGenes,
calcICs,
getMinimumSubsumer,
getDisjCommAnc,
getTermSim,
evaluateClustering,
GOenrichment,
getGeneFeatures, 
calc.diffusion.kernel, 
load.diffusion.kernel
)
