.onLoad <- function(lib, pkg) require(methods)

#  All functions exported other than those starting with "."
exportPattern("^[^\\.]")

exportClasses("DGEList","deDGEList","EBList","TopTags")
exportMethods("show")

importFrom(limma, removeExt, trimWhiteSpace)
importClassesFrom(limma, "LargeDataObject")
importMethodsFrom(limma, "show")