export(progenyClust)
export(hclust.progenyClust)
S3method(plot,progenyClust)
S3method(print,summary.progenyClust)
S3method(summary,progenyClust)
importFrom("graphics", "par", "plot","points","pairs")
importFrom("stats", "kmeans", "runif", "sd","hclust","dist","cutree")
importFrom("grDevices", "rainbow")