R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    #Fix for annoying BiocGenerics namespace problems
    if(!"package:BiocGenerics" %in% search()) attachNamespace('BiocGenerics')
    packageStartupMessage(paste(
        'SeqPlots ready, type "run()" to start web interface (GUI) or',
        '"?getPlotSetArray" for console mode help.'
    ))
}

Try the seqplots package in your browser

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

seqplots documentation built on Nov. 8, 2020, 4:52 p.m.