R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    if (!hasGO()) {
        packageStartupMessage("No gene ontology file detected. Run 'getGO()' to download latest version")
    }
}

Try the PanVizGenerator package in your browser

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

PanVizGenerator documentation built on Nov. 8, 2020, 6 p.m.