Nothing
.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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.