useDynLib("Ringo", ringoSlidingQuantile=sliding_quantile, ringoSlidingMedian=sliding_median)

import("methods") 
import("graphics") 

export("autocor", "chipAlongChrom","corPlot",
       "computeRunningMedians", "sliding.median","sliding.quantile",
       "findPeaksOnSmoothed", "peakByThreshold","newPeak","relatePeaks",
       "preprocess","nimblegenNorm","readNimblegen",
       "as.data.frame.peakList")

S3method("plot", "peak")
S3method("plot", "autocor.result")
S3method("image", "RGList")
S3method("as.data.frame", "peakList")
