R/zzz.R

Defines functions .test .onLoad

.onLoad <- function(libname, pkgname)
{
    UCSC.goldenPath.url <- "http://hgdownload.cse.ucsc.edu/goldenPath"
    options(list(UCSC.goldenPath.url=UCSC.goldenPath.url))
}

.test <- function() BiocGenerics:::testPackage("GenomeInfoDb")

Try the GenomeInfoDb package in your browser

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

GenomeInfoDb documentation built on April 9, 2021, 6 p.m.