export(merge);

export(plotMDS);
export(plotRLE);
export(plotDendrogram);
export(plotGeneWiseBoxPlot);
export(plotGeneWiseDensity);

export(measureAsymmetry);
export(measureGenesOverlap);
export(measureSamplesOverlap);
export(measureGenesMeanCorrCoef);
export(measureSamplesMeanCorrCoef);
export(measureSignificantGenesOverlap);


importFrom(amap, hcluster);
importFrom(moments, skewness);
