importFrom(AnnotationDbi, summary)
import(GOstats)
importFrom(IRanges, sapply)
importFrom(IRanges, as.data.frame)

#  All functions exported other than those starting with "."
exportPattern("^[^\\.]")
export(summary)
export(sapply)
export(as.data.frame)