R/QCGWAS-internal.R

Defines functions .onAttach

.onAttach <-
function(libname, pkgname) {
  packageStartupMessage("QCGWAS library, version 1.0-9")
  packageStartupMessage("")
  packageStartupMessage("As of 2021, QCGWAS has been replaced by GWASinspector")
  packageStartupMessage(" We strongly recommend to switch to that package,")
  packageStartupMessage(" as it is faster and accepts more variant types.")
  packageStartupMessage(" Visit http://gwasinspector.com/ for more details.")
  packageStartupMessage("")
}

Try the QCGWAS package in your browser

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

QCGWAS documentation built on May 30, 2022, 5:05 p.m.