R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    paste0("Welcome to GencoDymo2 (v", utils::packageVersion("GencoDymo2"), ")!\n",
           "Tools for dynamic GENCODE annotation analysis.")
  )
}

Try the GencoDymo2 package in your browser

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

GencoDymo2 documentation built on June 8, 2025, 10:29 a.m.