exportPattern("^[[:alpha:]]+")
exportClasses("ExomeDepth")
exportMethods("TestCNV", CallCNVs)
useDynLib(ExomeDepth, .registration=TRUE)
importFrom(magrittr,"%>%")
importFrom(Rsamtools, ScanBamParam)
importFrom(GenomicAlignments, readGAlignments, readGAlignmentPairs, summarizeOverlaps)
import(GenomicRanges)
importFrom(IRanges, IRanges)
importFrom(methods, initialize, new, show, setGeneric, as, setMethod, setClass, representation, isGeneric)
importFrom(aod, betabin)
importFrom("methods", "as")
importFrom("graphics", "axTicks", "axis", "layout", "lines", "par", "points", "polygon", "text")
importFrom("stats", "approxfun", "as.formula", "cor", "dbeta","dbinom", "median", "quantile")
importFrom("utils", "read.delim")
