R/zzz.R

Defines functions .onAttach

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

.onAttach <- function(lib, pkg) {
  ## some preprocessing
  where <- match(paste("package:", pkg, sep=""), search())
  groupGOTerms(where)
}
ycl6/topGO-feat documentation built on Aug. 12, 2020, 12:55 a.m.