R/welcome.R

Defines functions .onAttach

# ==========================================================================
# package initialization
# ==========================================================================
.onAttach = function(libname, pkgname) {
    msg = "Welcome to 'DESeq'. For improved performance, usability and functionality, please consider migrating to 'DESeq2'."
    msg = strwrap(msg, exdent=4, indent=4)
    packageStartupMessage(paste(msg, collapse="\n"), appendLF=TRUE)
}

Try the DESeq package in your browser

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

DESeq documentation built on April 28, 2020, 6:37 p.m.