Nothing
###
### Load the GmapGenome object whenever the package is loaded.
###
.onLoad <- function(libname, pkgname)
{
ns <- asNamespace(pkgname)
iit_path <- system.file("extdata", package=pkgname, lib.loc=libname)
genome <- GmapGenome(genome = "@GMAPGENOMENAME@",
directory = GmapGenomeDirectory(iit_path),
create = FALSE)
objname <- pkgname
assign(objname, genome, envir=ns)
namespaceExport(ns, objname)
}
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.