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)
}

Try the topGO package in your browser

Any scripts or data that you put into this service are public.

topGO documentation built on Nov. 8, 2020, 6:55 p.m.