useDynLib(tscR, .registration=TRUE)
export("frechetDist",
    "combineCluster","frechetDistC","getClusters",
    "imputeSenators","imputeSenatorToData","plotCluster",
    "plotClusterSenator","slopeDist", "importFromSE")
exportClasses("imputeSenator")
importFrom("cluster", "pam")
importFrom("cluster", "clara")
import("RColorBrewer")
import("class")
import("kmlShape")
import("methods")
import("SummarizedExperiment")
importFrom("grDevices", "colorRamp", "rgb")
importFrom("graphics", "matplot", "par")
importFrom("methods", "new")
importFrom("stats", "dist")
importFrom("grDevices","colorRamp")
importFrom("grDevices","rgb")
importFrom("IRanges","IRanges")
importFrom("GenomicRanges","GRanges")
importFrom("S4Vectors","DataFrame")
import("ggplot2")
import("grid")
import("dtw")
importFrom("gridExtra", "grid.arrange")
import("knitr")
import("latex2exp")
import("prettydoc")
import("rmarkdown")
import("dplyr")

