Nothing
.onAttach <- function(libname, pkgname) {
#Fix for annoying BiocGenerics namespace problems
if(!"package:BiocGenerics" %in% search()) attachNamespace('BiocGenerics')
packageStartupMessage(paste(
'SeqPlots ready, type "run()" to start web interface (GUI) or',
'"?getPlotSetArray" for console mode help.'
))
}
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.