Nothing
.onLoad = function(libname, pkgname) {
#
# this is for repositioning in packages generated by externalize()
# this comes from GGtools inst/extpacksupp/zzz.R
#
# if you want to get the expression data loadable
# at load time, use the namespace manipulations commented
# out below, but getSS then needs to be changed
#
# to avoid confusion the name of ExpressionSet should start with a "."
# if we do this
#
# ns = asNamespace(pkgname)
cn = gsub(".rda", "", dir(system.file("parts",
package=pkgname)))
# clnpack = gsub("Pack", "", pkgname)
# obname = paste(clnpack, "Ex", sep="")
# eset = get(load(system.file("data/eset.rda",
# package=pkgname)))
# assign(obname, eset, envir=ns)
# namespaceExport(ns, obname)
cat(paste("To get a tailored smlSet, use getSS(\"",
pkgname, "\", [chrvec])", sep=""), "\n")
cat("available chromosomes are named ",
selectSome(cn), "\n")
}
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.