R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
{
    packageStartupMessage( paste0(
        "Because of space limitations, TFEA.ChIPs internal database only includes ",
        "ChIP-seq experiments from the ENCODE project. \n",
        "To download the full ReMap database, as well as other ready-to-use databases, ",
        "visit https://github.com/LauraPS1/TFEA.ChIP_downloads"
    )
    )
}

Try the TFEA.ChIP package in your browser

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

TFEA.ChIP documentation built on Nov. 8, 2020, 5:05 p.m.