R/onload.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
  version = packageDescription(pkgname, fields = "Version")
  msg = paste0("",
"\n***************************************
\n", pkgname, 
"\n\n* VERSION:\n", version,
"\n\n* DISCLAIMER:\n
Databases accessed with recountmethylation 
contain data from GEO (ncbi.nlm.nih.gov/geo/), 
a live public database where alterations to 
online records can cause discrepancies with 
stored data over time. We cannot guarantee 
the accuracy of stored data, and advise users 
cross-check their findings with latest available 
records.
\n\n* CITATION:\n
If you use this package in published research, 
please cite the accompanying manuscript:
\n
Sean K. Maden, Reid F. Thompson, Kasper D. Hansen, 
Abhinav Nellore. ''Human methylome variation across 
Infinium 450K raw data on the Gene Expression 
Omnibus''. 2019 (preprint in preparation).
\n***************************************")
packageStartupMessage(msg)
}

Try the recountmethylation package in your browser

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

recountmethylation documentation built on Nov. 8, 2020, 4:59 p.m.