exportPattern("^[[:alpha:]]+")
import(methods)
import(limma)
import(Gviz)
import(GenomicRanges)
import(GenomeInfoDb)
import(minfi)
import(bsseq)
import(DSS)
import(IRanges)
import(missMethyl)
import(SummarizedExperiment)
import(ExperimentHub)
importFrom("plyr", rbind.fill)
importFrom("graphics", plot)
importFrom("S4Vectors", subjectHits)
importFrom("stats", approx, p.adjust, pchisq, pnorm, qnorm)
importFrom("edgeR", modelMatrixMeth)
importFrom("utils", data)
export(dmrcate)
exportMethods(
	cpg.annotate, 
	sequencing.annotate,
	rmSNPandCH, 
	DMR.plot,
	extractRanges,
	changeFDR
	)
