R/aaa.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    'Welcome to NAIR: Network Analysis of Immune Repertoire.\n',
    'Get started using `vignette("NAIR")`, or by visiting\n',
    'https://mlizhangx.github.io/Network-Analysis-for-Repertoire-Sequencing-/'
  )
}

Try the NAIR package in your browser

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

NAIR documentation built on Sept. 27, 2023, 5:06 p.m.