export(fitPiecewiseLinreg,pFlowMerge,checkForRemoteErrors,flowObj,ENT,NENT,BIC,ICL,split,map,ptree);
import(BiocGenerics)
import(flowClust);
import(flowCore);
import(methods);
importClassesFrom( graph, graphNEL);
importMethodsFrom(rrcov,getData);
importMethodsFrom(flowClust,Map)
importMethodsFrom(Rgraphviz,renderGraph)
importFrom(graphics, lines, par);
importFrom(Rgraphviz,layoutGraph)
importFrom(stats, coefficients, lm);
importFrom(utils,combn);
importFrom(feature,featureSignif)

exportMethods(
    "getData",
    "merge",
    "plot",
    "summary",
    "show",
    "split"
)
exportClasses(
     "flowMerge",
     "flowObj" 
)
