R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage(">>>>>> Quantitative analysis of ChiP-seq, ATAC-seq, and related DNA enrichment assays\n")
  packageStartupMessage("You can follow the complete workshop in the Help tab as follows:\n")
  packageStartupMessage("   vignette(\"Quantitative-ChIPseq-Workshop\",\"QuantitativeChIPseqWorkshop\")")
}
bioinformatics-core-shared-training/Quantitative-ChIPseq-Workshop documentation built on Feb. 15, 2022, 12:07 a.m.