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