R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  package_citation1 <- "Roved, J. (2022). MHCtools: Analysis of MHC data in non-model species. Cran. URL: https://cran.r-project.org/web/packages/MHCtools/index.html"
  package_citation2 <- "Roved, J. (2024). MHCtools 1.5: Analysis of MHC sequencing data in R. In S. Boegel (Ed.), HLA Typing: Methods and Protocols (2nd ed., pp. 275-295). Humana Press. https://doi.org/10.1007/978-1-0716-3874-3_18"
  packageStartupMessage("Thank you for using MHCtools!")
  packageStartupMessage("To acknowledge my work, please cite the following:")
  packageStartupMessage(paste(package_citation1))
  packageStartupMessage(paste(package_citation2))
}

Try the MHCtools package in your browser

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

MHCtools documentation built on April 3, 2025, 7:17 p.m.