R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  
  packageStartupMessage("
  ---------
  For example usage please run: vignette('MouseFM')
  
  Support us: http://matthiasmunz.de/support_mousefm

  Citation appreciated:
  Munz M, Khodaygani M, Aherrahrou Z, Busch H, Wohlers I (2021) In silico candidate variant and gene identification using inbred mouse strains. PeerJ. doi:10.7717/peerj.11017
  
  Github Repo: https://github.com/matmu/MouseFM
  MouseFM Backend: https://github.com/matmu/MouseFM-Backend
  ---------", domain = NULL, appendLF = TRUE)
}
matmu/mmus documentation built on Aug. 31, 2024, 9:46 p.m.