export("analyzeDuprates")
export("cumulativeDuprateBarplot")
export("duprateExpBoxplot")
export("duprateExpDensPlot")
export("duprateExpFit")
export("duprateExpIdentify")
export("duprateExpPlot")
export("expressionHist")
export("getDupMatStats")
export("getDynamicRange")
export("markDuplicates")
export("readcountExpBoxplot")
import("Rsubread")
importFrom("grDevices", "colorRampPalette", "densCols")
importFrom("graphics", "Axis", "abline", "axis", "barplot", "boxplot", "hist", "identify", "legend", "lines", "par", "plot", "smoothScatter", "title")
importFrom("stats", "binomial", "coef", "glm", "median", "predict", "quantile")
importFrom("utils", "capture.output")
