R/zzz.R

Defines functions .onUnload

data(JASPAR2018_CORE_DBSCORES, envir = environment())

if (is.null(getOption("meme.bin"))) options(meme.bin = "meme")

.onUnload <- function(libpath) {
  library.dynam.unload("universalmotif", libpath)
}

Try the universalmotif package in your browser

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

universalmotif documentation built on April 8, 2021, 6 p.m.