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

