Nothing
#if( !'seqplots' %in% .packages() ) {
suppressPackageStartupMessages({
require(parallel)
require(shiny)
require(jsonlite)
require(RSQLite)
require(rtracklayer)
require(BSgenome)
require(kohonen)
require(plotrix)
require(fields)
library(RColorBrewer)
library(seqplots)
})
#}
if(Sys.getenv('root') == '' ) {
source('server_config.R')
}
.libPaths(c( file.path(Sys.getenv('root'), 'genomes'), .libPaths() ))
options(shiny.deprecation.messages=FALSE)
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.