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

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

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

